diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2015-01-29 15:39:38 +0100 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2015-02-25 22:26:32 +0100 |
commit | c75cfa9e27818b67e55ef9153c3f4fb9c867f7f0 (patch) | |
tree | f32ae4397d076fd97a2214dc03764cd49b0ce2b8 /fs/Kconfig.binfmt | |
parent | e7143fdb79619b0b452b02f694e4d16649a0c449 (diff) |
power_supply: ab8500_fg: Simplify creation and removal of sysfs entries
Simplify a little ab8500_fg_sysfs_psy_create_attrs () and
ab8500_fg_sysfs_psy_remove_attrs() functions because they received
pointer to power supply device which was then converted into power
supply instance. Then it was converted into struct ab8500_fg. The path
looked like:
ab8500_fg->psy.dev -> psy -> ab8500_fg
Instead just pass pointer to struct ab8500_fg directly so all
conversions won't be necessary.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'fs/Kconfig.binfmt')
0 files changed, 0 insertions, 0 deletions