HID: sony: Convert startup and shutdown functions to use a uniform parameter type
authorFrank Praznik <frank.praznik@oh.rr.com>
Mon, 14 Apr 2014 14:11:33 +0000 (10:11 -0400)
committerJiri Kosina <jkosina@suse.cz>
Thu, 24 Apr 2014 16:53:12 +0000 (18:53 +0200)
commitfa57a8107b2c861411d385394e0830a656a91a8f
tree0883841f6f1048b49fa293e30b2ca2cedad4cf3f
parent55d3b664d43b66129671f30f3e790e824d1d0e0f
HID: sony: Convert startup and shutdown functions to use a uniform parameter type

Convert all of the local initialization and shutdown functions to take a
parameter type of struct sony_sc* instead of using a mix of struct sony_sc* and
struct hid_device*.

Allows for the removal of some calls to hid_get_drvdata().

Signed-off-by: Frank Praznik <frank.praznik@oh.rr.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-sony.c
This page took 0.024642 seconds and 5 git commands to generate.