Skip to content

Commit

Permalink
remove noisy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
floe committed May 18, 2015
1 parent fce420b commit 9910c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/sur40.c
Expand Up @@ -342,7 +342,7 @@ static void sur40_poll(struct input_polled_dev *polldev)
* instead of at the end.
*/
if (packet_id != header->packet_id)
dev_warn(sur40->dev, "packet ID mismatch\n");
dev_dbg(sur40->dev, "packet ID mismatch\n");

packet_blobs = result / sizeof(struct sur40_blob);
dev_dbg(sur40->dev, "received %d blobs\n", packet_blobs);
Expand Down

0 comments on commit 9910c0a

Please sign in to comment.