HID: picolcd: testing the wrong variable
authorDan Carpenter <error27@gmail.com>
Fri, 6 Aug 2010 12:51:10 +0000 (14:51 +0200)
committerJiri Kosina <jkosina@suse.cz>
Fri, 6 Aug 2010 12:51:10 +0000 (14:51 +0200)
"ref_cnt" is a point to the reference count and it's non-null.  We really
want to test the reference count itself.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found