23 Mar
2010
23 Mar
'10
4:07 p.m.
At Tue, 23 Mar 2010 21:14:21 +1300, linux@audioscience.com wrote:
From: Eliot Blennerhassett eblennerhassett@audioscience.com
pci/asihpi/hpioctl.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/pci/asihpi/hpioctl.c b/pci/asihpi/hpioctl.c index 247d5e9..dacef35 100644 --- a/pci/asihpi/hpioctl.c +++ b/pci/asihpi/hpioctl.c @@ -320,9 +320,6 @@ int __devinit asihpi_adapter_probe( adapter.pci = pci_dev;
nm = HPI_MAX_ADAPTER_MEM_SPACES;
- /* temporary for DM648, handled in hpi1000 */
- if (pci_dev->device == 0xB003)
nm = 0; /* don't map any for this device */
This change doesn't look like "remove obsolete comment". The next patch, too.
Could you provide a more matching changelog?
thanks,
Takashi