~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to uspace/drv/char/ps2mouse/ps2mouse.c

MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
                return size < 0 ? size : EIO; \
80
80
        } \
81
81
        if (data != (value)) { \
82
 
                ddf_msg(LVL_ERROR, "Failed testing byte: got %hhx vs. %hhx)", \
 
82
                ddf_msg(LVL_DEBUG, "Failed testing byte: got %hhx vs. %hhx)", \
83
83
                    data, (value)); \
84
84
                return EIO; \
85
85
        } \