Skip to content

Commit

Permalink
HID: wiimote: fix coccinelle warnings
Browse files Browse the repository at this point in the history
drivers/hid/hid-wiimote-modules.c:569:2-3: Unneeded semicolon

Generated by: coccinelle/misc/semicolon.cocci

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jiri Kosina committed Jun 18, 2013
1 parent 876727e commit 5b22b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/hid-wiimote-modules.c
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ static void wiimod_ir_in_ir(struct wiimote_data *wdata, const __u8 *ir,
break;
default:
return;
};
}

/*
* Basic IR data is encoded into 3 bytes. The first two bytes are the
Expand Down

0 comments on commit 5b22b91

Please sign in to comment.