mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
HID: i2c-hid: remove unneeded semicolon
Eliminate the following coccicheck warning: ./drivers/hid/i2c-hid/i2c-hid-core.c:357:56-57: Unneeded semicolon Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
1c4d6cd4cb
commit
269ecc0c89
@ -354,7 +354,7 @@ static int i2c_hid_set_or_send_report(struct i2c_hid *ihid,
|
||||
* With simple "send report" all data goes into the output
|
||||
* register.
|
||||
*/
|
||||
*(__le16 *)ihid->cmdbuf = ihid->hdesc.wOutputRegister;;
|
||||
*(__le16 *)ihid->cmdbuf = ihid->hdesc.wOutputRegister;
|
||||
length += sizeof(__le16);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user