From cb9b0ee67f9caba93a884b155d81daa83e72df51 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Thu, 23 Sep 2010 21:38:48 +0000 Subject: wcte12xp, wctdm24xxp: Remove comment about converting from IO space. This change was made in revision 8176. Signed-off-by: Shaun Ruffell Acked-by: Russ Meyerriecks git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9401 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/voicebus/voicebus.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers') diff --git a/drivers/dahdi/voicebus/voicebus.c b/drivers/dahdi/voicebus/voicebus.c index a074630..444807f 100644 --- a/drivers/dahdi/voicebus/voicebus.c +++ b/drivers/dahdi/voicebus/voicebus.c @@ -1771,8 +1771,6 @@ __voicebus_init(struct voicebus *vb, const char *board_name, goto cleanup; } - /* \todo This driver should be modified to use the memory mapped I/O - as opposed to IO space for portability and performance. */ if (0 == (pci_resource_flags(vb->pdev, 0)&IORESOURCE_IO)) { dev_err(&vb->pdev->dev, "BAR0 is not IO Memory.\n"); retval = -EIO; -- cgit v1.2.3