[SPARC64]: Use more mearningful names for IRQ registry.
All of the interrupts say "LDX RX" and "LDX TX" currently which is next to useless. Put a device specific prefix before "RX" and "TX" instead which makes it much more useful. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@ -598,7 +598,7 @@ static int __devinit ds_probe(struct vio_dev *vdev,
|
||||
}
|
||||
dp->lp = lp;
|
||||
|
||||
err = ldc_bind(lp);
|
||||
err = ldc_bind(lp, "DS");
|
||||
if (err)
|
||||
goto out_free_ldc;
|
||||
|
||||
|
Reference in New Issue
Block a user