summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAlex Chiang <achiang@hp.com>2009-10-19 15:14:45 -0600
committerLen Brown <len.brown@intel.com>2009-12-16 03:03:11 -0500
commitfe06fba292af5ed5c1c6ad9af3a9ef68da7a5088 (patch)
tree2ec8f7576d9f53ff22fff467f1f838262c4ca28d /MAINTAINERS
parent9751cb721ef650729e981c7b39abb7676cd646e1 (diff)
downloadlwn-fe06fba292af5ed5c1c6ad9af3a9ef68da7a5088.tar.gz
lwn-fe06fba292af5ed5c1c6ad9af3a9ef68da7a5088.zip
ACPI: dock: add struct dock_station * directly to platform device data
Instead of adding a (struct dock_station **) to our dock device's platform data, we can add the (struct dock_station *) directly. This change saves us some ugly casting and improves readability. The cost of making this change is an extra 290 bytes of stack usage, but this is an infrequently called code-path and unlikely to cause the kernel to blow up. Signed-off-by: Alex Chiang <achiang@hp.com> Acked-by: Shaohua Li <shaohua.li@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions