Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1caba565 authored by Adnan Ali's avatar Adnan Ali Committed by Greg Kroah-Hartman
Browse files

Staging: cptm1217: clearpad_tm1217: fix coding style issues



This commit fixes coding style issues including quoted string
across multiple lines.

Signed-off-by: default avatarAdnan Ali <adnan.ali@codethink.co.uk>
Acked-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1132b9aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -396,8 +396,8 @@ static int cp_tm1217_setup_gpio_irq(struct cp_tm1217_device *ts)

	retval = gpio_to_irq(ts->gpio);
	if (retval < 0) {
		dev_err(ts->dev, "cp_tm1217: GPIO to IRQ failedi,"
		" error %d\n", retval);
		dev_err(ts->dev,
			"cp_tm1217: GPIO to IRQ failed, error %d\n", retval);
		gpio_free(ts->gpio);
	}
	dev_dbg(ts->dev,