Staging: ipack/bridges/tpci200: fix indention.
authorSamuel Iglesias Gonsalvez <siglesias@igalia.com>
Wed, 23 May 2012 13:54:45 +0000 (15:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Jun 2012 05:14:08 +0000 (14:14 +0900)
Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ipack/bridges/tpci200.c

index ee26d9a..24070a3 100644 (file)
@@ -582,7 +582,7 @@ static int tpci200_slot_unmap_space(struct ipack_device *dev, int space)
                if (dev->mem_space.address == NULL) {
                        pr_info("Slot [%d:%d] MEM space not mapped !\n",
                                dev->bus_nr, dev->slot);
-               goto out_unlock;
+                       goto out_unlock;
                }
                virt_addr_space = &dev->mem_space;
                break;