Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/ccg
Devendra Naga 7505817603 staging:ccg: cleanup a bit of binding
the ccg_bind_function uses ret variable and a logic around the
ccg_bind_enabled_functions to return a value other than 0 if
bind function fail, other wise returns 0, this can be achieved
with just a return ccg_bind_enabled_functions(dev, c);

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-09-13 20:20:28 -07:00
..
ccg.c staging:ccg: cleanup a bit of binding 2012-09-13 20:20:28 -07:00
Kconfig staging: fix ccg build when NET is not enabled 2012-09-10 11:21:16 -07:00
Makefile
sysfs-class-ccg_usb
TODO