Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197280
b: refs/heads/master
c: 40447df
h: refs/heads/master
v: v3
  • Loading branch information
Peter Hüwe authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 5c26653 commit 59fc863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dde27e03cc964526531fdf2bd58c1e4ee4525074
refs/heads/master: 40447df803971a8663a7d5f96c8a19160dfd1776
2 changes: 1 addition & 1 deletion trunk/drivers/staging/cxt1e1/hwprobe.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ c4_hdw_init (struct pci_dev * pdev, int found)
*/
char *cp = hi->devname;

strcpy (cp, THIS_MODULE->name);
strcpy (cp, KBUILD_MODNAME);
cp += strlen (cp); /* reposition */
*cp++ = '-';
*cp++ = '0' + (found / 2); /* there are two found interfaces per
Expand Down

0 comments on commit 59fc863

Please sign in to comment.