aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/cxt1e1
diff options
context:
space:
mode:
authorPeter Hüwe <PeterHuewe@gmx.de>2010-05-05 08:21:14 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 14:36:11 -0400
commit40447df803971a8663a7d5f96c8a19160dfd1776 (patch)
tree5f7608a4f05121a5e18c68186d7c1d0e62229881 /drivers/staging/cxt1e1
parentdde27e03cc964526531fdf2bd58c1e4ee4525074 (diff)
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>
Diffstat (limited to 'drivers/staging/cxt1e1')
-rw-r--r--drivers/staging/cxt1e1/hwprobe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/cxt1e1/hwprobe.c b/drivers/staging/cxt1e1/hwprobe.c
index 8d4e8d28af5..4c8610293fc 100644
--- a/drivers/staging/cxt1e1/hwprobe.c
+++ b/drivers/staging/cxt1e1/hwprobe.c
@@ -283,7 +283,7 @@ c4_hdw_init (struct pci_dev * pdev, int found)
283 */ 283 */
284 char *cp = hi->devname; 284 char *cp = hi->devname;
285 285
286 strcpy (cp, THIS_MODULE->name); 286 strcpy (cp, KBUILD_MODNAME);
287 cp += strlen (cp); /* reposition */ 287 cp += strlen (cp); /* reposition */
288 *cp++ = '-'; 288 *cp++ = '-';
289 *cp++ = '0' + (found / 2); /* there are two found interfaces per 289 *cp++ = '0' + (found / 2); /* there are two found interfaces per