forked from Minki/linux
Staging: cxt1e1: fix up one remaining THIS_MODULE usage
Copied from original Patch by Randy Dunlap Signed-off-by: Peter Huewe <peterhuewe@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
dde27e03cc
commit
40447df803
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user