mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-20 16:46:23 +08:00
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 <khali@linux-fr.org> Acked-by: Guenter Roeck <guenter.roeck@ericsson.com> Acked-by: Eric Piel <eric.piel@tremplin-utc.net> Acked-by: Jonathan Cameron <jic23@cam.ac.uk> Tested-by: Eric Piel <eric.piel@tremplin-utc.net> Tested-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
ff606677f6
commit
96b4b9bfea
@ -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 ------------------------------------ */
|
||||
|
Loading…
Reference in New Issue
Block a user