summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2018-07-02 20:39:03 -0400
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>2018-12-07 09:54:16 -0500
commit5f6f2b9f6dbf7afb5ce4e2faaf25006e7d9d8880 (patch)
treeb394c5e80f61c6c673e9f1b6c3fd3a99d0b51dea
parentc086bea543023329f3676492749f64914d0cf69f (diff)
gpio: ich: Join string literals back
For easy grepping on debug purposes join string literals back in the messages. While here, fix spelling typo. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
-rw-r--r--drivers/gpio/gpio-ich.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpio/gpio-ich.c b/drivers/gpio/gpio-ich.c
index 6af651619926..e674d2eebe41 100644
--- a/drivers/gpio/gpio-ich.c
+++ b/drivers/gpio/gpio-ich.c
@@ -111,8 +111,7 @@ static struct {
111 111
112static int modparam_gpiobase = -1; /* dynamic */ 112static int modparam_gpiobase = -1; /* dynamic */
113module_param_named(gpiobase, modparam_gpiobase, int, 0444); 113module_param_named(gpiobase, modparam_gpiobase, int, 0444);
114MODULE_PARM_DESC(gpiobase, "The GPIO number base. -1 means dynamic, " 114MODULE_PARM_DESC(gpiobase, "The GPIO number base. -1 means dynamic, which is the default.");
115 "which is the default.");
116 115
117static int ichx_write_bit(int reg, unsigned nr, int val, int verify) 116static int ichx_write_bit(int reg, unsigned nr, int val, int verify)
118{ 117{
@@ -448,7 +447,7 @@ static int ichx_gpio_probe(struct platform_device *pdev)
448 447
449 /* 448 /*
450 * If necessary, determine the I/O address of ACPI/power management 449 * If necessary, determine the I/O address of ACPI/power management
451 * registers which are needed to read the the GPE0 register for GPI pins 450 * registers which are needed to read the GPE0 register for GPI pins
452 * 0 - 15 on some chipsets. 451 * 0 - 15 on some chipsets.
453 */ 452 */
454 if (!ichx_priv.desc->uses_gpe0) 453 if (!ichx_priv.desc->uses_gpe0)