diff options
author | Richard Weinberger <richard@nod.at> | 2013-04-02 03:37:09 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-04-03 14:23:13 -0400 |
commit | 33facb4d69cd60895073ed0a018a524a8e2a01ba (patch) | |
tree | 3999aef30e0b4f4f5be0937586f08b0ed7a2661a /drivers/misc/cs5535-mfgpt.c | |
parent | 288fa3e022eb85fa151e0f9bcd15caeb81679af6 (diff) |
cs5535-mfgpt: Fix quotation marks
Commit "cs5535-mfgpt: Add another reset method" introduced an unterminated
string and broke the build.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/cs5535-mfgpt.c')
-rw-r--r-- | drivers/misc/cs5535-mfgpt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/cs5535-mfgpt.c b/drivers/misc/cs5535-mfgpt.c index 6bdb3baf7bcf..effd8c6b2b94 100644 --- a/drivers/misc/cs5535-mfgpt.c +++ b/drivers/misc/cs5535-mfgpt.c | |||
@@ -27,8 +27,8 @@ module_param_named(mfgptfix, mfgpt_reset_timers, int, 0644); | |||
27 | MODULE_PARM_DESC(mfgptfix, "Try to reset the MFGPT timers during init; " | 27 | MODULE_PARM_DESC(mfgptfix, "Try to reset the MFGPT timers during init; " |
28 | "required by some broken BIOSes (ie, TinyBIOS < 0.99) or kexec " | 28 | "required by some broken BIOSes (ie, TinyBIOS < 0.99) or kexec " |
29 | "(1 = reset the MFGPT using an undocumented bit, " | 29 | "(1 = reset the MFGPT using an undocumented bit, " |
30 | "2 = perform a soft reset by unconfiguring all timers); | 30 | "2 = perform a soft reset by unconfiguring all timers); " |
31 | use what works best for you."); | 31 | "use what works best for you."); |
32 | 32 | ||
33 | struct cs5535_mfgpt_timer { | 33 | struct cs5535_mfgpt_timer { |
34 | struct cs5535_mfgpt_chip *chip; | 34 | struct cs5535_mfgpt_chip *chip; |