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 ee26d9a7e370f776b19ad5b02ede89ccafc4b59d..24070a3ff21008f60cded4d364f8e3b8bd1aa007 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;
This page took 0.025828 seconds and 5 git commands to generate.