summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Murray <therealcykey@gmail.com>2012-07-06 09:20:43 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-07-06 16:21:55 -0700
commite97e6c4f9a5d23a1bd7141b6fa73e2f96282c03d (patch)
tree6bb5785b76d7bb20823b50c11796e5c52ce20ff0
parent7183f337fef677165d3dbd09a42ee9578c94f890 (diff)
Drivers: Staging: ccg: Made checkpatch.pl clean
Fixed a tiny checkpatch.pl warning. Signed-off-by: David Murray <therealcykey@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/ccg/ccg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ccg/ccg.c b/drivers/staging/ccg/ccg.c
index a5b36a97598d..c50fa020e5c8 100644
--- a/drivers/staging/ccg/ccg.c
+++ b/drivers/staging/ccg/ccg.c
@@ -1143,7 +1143,7 @@ static int ccg_bind(struct usb_composite_dev *cdev)
if (gcnum >= 0)
device_desc.bcdDevice = cpu_to_le16(0x0200 + gcnum);
else {
- pr_warning("%s: controller '%s' not recognized\n",
+ pr_warn("%s: controller '%s' not recognized\n",
longname, gadget->name);
device_desc.bcdDevice = __constant_cpu_to_le16(0x9999);
}