Skip to content

Commit

Permalink
Drivers: Staging: ccg: Made checkpatch.pl clean
Browse files Browse the repository at this point in the history
Fixed a tiny checkpatch.pl warning.

Signed-off-by: David Murray <therealcykey@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
David Murray authored and Greg Kroah-Hartman committed Jul 6, 2012
1 parent 7183f33 commit e97e6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/ccg/ccg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit e97e6c4

Please sign in to comment.