[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1361095693-12385-1-git-send-email-morbidrsa@gmail.com>
Date: Sun, 17 Feb 2013 11:08:13 +0100
From: Johannes Thumshirn <morbidrsa@...il.com>
To: thierry.reding@...onic-design.de, morbidrsa@...il.com
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] pwm: twl: Fix typo that broke build
Fix a little type that unfortunately broke the build :-(
Signed-off-by: Johannes Thumshirn <morbidrsa@...il.com>
---
drivers/pwm/pwm-twl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pwm/pwm-twl.c b/drivers/pwm/pwm-twl.c
index 9cd2c9a..bf3fda2 100644
--- a/drivers/pwm/pwm-twl.c
+++ b/drivers/pwm/pwm-twl.c
@@ -230,7 +230,7 @@ out:
static int twl6030_pwm_enable(struct pwm_chip *chip, struct pwm_device *pwm)
{
- struct twm_pwm_chip *twl = to_twl(chip);
+ struct twl_pwm_chip *twl = to_twl(chip);
int ret;
u8 val;
--
1.8.1.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists