commit | 8c72fc8bd7c698d7b5c99b83e187fda0d1538e1a | [log] [tgz] |
---|---|---|
author | Frans Klaver <fransklaver@gmail.com> | Wed Sep 17 23:47:20 2014 +0200 |
committer | Darren Hart <dvhart@linux.intel.com> | Fri Sep 19 09:42:11 2014 -0700 |
tree | 4e4a77bb06ddc032c8322635112b802b4f1f0fd4 | |
parent | 39a3e17e0d5c50e382992eeed6bb62668c31ded7 [diff] |
eeepc-laptop: change sysfs function names to API expectations The eeepc-laptop driver follows the function naming convention <action>_<attrname>(), while the sysfs macros are built around the convention <attrname>_<action>(). Rename the sysfs functions to the convention used by sysfs. This makes it easier to use the available API later on. Signed-off-by: Frans Klaver <fransklaver@gmail.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>