Home
last modified time | relevance | path

Searched hist:"504499 f22c08a03e2e19dc88d31aa0ecd2ac815e" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hid/
H A Dhid-core.cdiff 504499f22c08a03e2e19dc88d31aa0ecd2ac815e Thu Dec 09 21:29:08 CST 2010 Joe Perches <joe@perches.com> 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>