diff options
author | Jean Delvare <[email protected]> | 2011-03-21 17:59:36 +0100 |
---|---|---|
committer | Jean Delvare <[email protected]> | 2011-03-21 17:59:36 +0100 |
commit | 96b4b9bfea28e38c38d26ca47e82ac0fbe2f28b6 (patch) | |
tree | af0c8a3f3d68439fca52e041879710496bd17e75 | |
parent | ff606677f6a47c63329cf8e6c7cf978c29f2d736 (diff) |
hp_accel: Fix driver name
I suspect that the "lis3lv02d" driver name is a legacy from before
the split into several modules. Use a specific name for the hp_accel
driver, for better error messages and easier investigation of issues.
Signed-off-by: Jean Delvare <[email protected]>
Acked-by: Guenter Roeck <[email protected]>
Acked-by: Eric Piel <[email protected]>
Acked-by: Jonathan Cameron <[email protected]>
Tested-by: Eric Piel <[email protected]>
Tested-by: Takashi Iwai <[email protected]>
-rw-r--r-- | drivers/platform/x86/hp_accel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/hp_accel.c b/drivers/platform/x86/hp_accel.c index 0a52711a6362..1b52d00e2f90 100644 --- a/drivers/platform/x86/hp_accel.c +++ b/drivers/platform/x86/hp_accel.c @@ -39,7 +39,7 @@ #include <acpi/acpi_drivers.h> #include "../../misc/lis3lv02d/lis3lv02d.h" -#define DRIVER_NAME "lis3lv02d" +#define DRIVER_NAME "hp_accel" #define ACPI_MDPS_CLASS "accelerometer" /* Delayed LEDs infrastructure ------------------------------------ */ |