|
@@ -2165,7 +2165,8 @@ static int __devinit tsi721_setup_mport(struct tsi721_device *priv)
|
|
|
rio_init_dbell_res(&mport->riores[RIO_DOORBELL_RESOURCE], 0, 0xffff);
|
|
|
rio_init_mbox_res(&mport->riores[RIO_INB_MBOX_RESOURCE], 0, 3);
|
|
|
rio_init_mbox_res(&mport->riores[RIO_OUTB_MBOX_RESOURCE], 0, 3);
|
|
|
- strcpy(mport->name, "Tsi721 mport");
|
|
|
+ snprintf(mport->name, RIO_MAX_MPORT_NAME, "%s(%s)",
|
|
|
+ dev_driver_string(&pdev->dev), dev_name(&pdev->dev));
|
|
|
|
|
|
/* Hook up interrupt handler */
|
|
|
|