HID: simplify an index check in hid_lookup_collection
authorJoe Perches <joe@perches.com>
Fri, 10 Dec 2010 03:29:08 +0000 (19:29 -0800)
committerJiri Kosina <jkosina@suse.cz>
Fri, 10 Dec 2010 14:14:43 +0000 (15:14 +0100)
commit504499f22c08a03e2e19dc88d31aa0ecd2ac815e
tree9cbd803c228103b37006ab2427981db8d7f66ab0
parenta3789a1783d37f2772ba5046b26416c98dfe1bfa
HID: simplify an index check in hid_lookup_collection

Save the struct hid_collection * in a temporary to shorten
the generated code a bit and perhaps improve readability.

$ size drivers/hid/hid-core.o*
   text    data     bss     dec     hex filename
  16460      78       8   16546    40a2 drivers/hid/hid-core.o.new
  16469      78       8   16555    40ab drivers/hid/hid-core.o.old

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-core.c