Skip to content

Commit

Permalink
HID: i2c-hid: remove unneeded test in i2c_hid_remove
Browse files Browse the repository at this point in the history
ihid can not be null, so there are no reasons to test it.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Benjamin Tissoires authored and Jiri Kosina committed Dec 5, 2012
1 parent c737bcf commit 6233362
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/hid/i2c-hid/i2c-hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -901,9 +901,6 @@ static int __devexit i2c_hid_remove(struct i2c_client *client)
struct i2c_hid *ihid = i2c_get_clientdata(client);
struct hid_device *hid;

if (WARN_ON(!ihid))
return -1;

hid = ihid->hid;
hid_destroy_device(hid);

Expand Down

0 comments on commit 6233362

Please sign in to comment.