Skip to content

Commit

Permalink
cs5535-mfgpt: Fix quotation marks
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Richard Weinberger authored and Greg Kroah-Hartman committed Apr 3, 2013
1 parent 288fa3e commit 33facb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/misc/cs5535-mfgpt.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ module_param_named(mfgptfix, mfgpt_reset_timers, int, 0644);
MODULE_PARM_DESC(mfgptfix, "Try to reset the MFGPT timers during init; "
"required by some broken BIOSes (ie, TinyBIOS < 0.99) or kexec "
"(1 = reset the MFGPT using an undocumented bit, "
"2 = perform a soft reset by unconfiguring all timers);
use what works best for you.");
"2 = perform a soft reset by unconfiguring all timers); "
"use what works best for you.");

struct cs5535_mfgpt_timer {
struct cs5535_mfgpt_chip *chip;
Expand Down

0 comments on commit 33facb4

Please sign in to comment.