HID: lenovo-tpkbd: Remove unnecessary casts of void pointers
authorAxel Lin <axel.lin@gmail.com>
Thu, 13 Sep 2012 06:12:08 +0000 (14:12 +0800)
committerJiri Kosina <jkosina@suse.cz>
Mon, 17 Sep 2012 11:09:02 +0000 (13:09 +0200)
container_of() never returns NULL, thus also remove the NULL checking for it.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found