Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62333628 authored by Benjamin Tissoires's avatar Benjamin Tissoires Committed by Jiri Kosina
Browse files

HID: i2c-hid: remove unneeded test in i2c_hid_remove



ihid can not be null, so there are no reasons to test it.

Signed-off-by: default avatarBenjamin Tissoires <benjamin.tissoires@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent c737bcf9
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -901,9 +901,6 @@ static int __devexit i2c_hid_remove(struct i2c_client *client)
	struct i2c_hid *ihid = i2c_get_clientdata(client);
	struct i2c_hid *ihid = i2c_get_clientdata(client);
	struct hid_device *hid;
	struct hid_device *hid;


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

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