summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi/ramtron.c
diff options
context:
space:
mode:
authorJagannadha Sutradharudu Teki <jaganna@xilinx.com>2013-07-29 17:13:57 (GMT)
committerJagannadha Sutradharudu Teki <jaganna@xilinx.com>2013-08-06 19:35:06 (GMT)
commit5928b9a86514753b7b12ac528b3404114774aa9a (patch)
tree66715c41138ee6ca90899a80bf260875f75c99b9 /drivers/mtd/spi/ramtron.c
parent402ba1e3a0a6ccb100f84502f36774d6d4c3cec3 (diff)
downloadu-boot-fsl-qoriq-5928b9a86514753b7b12ac528b3404114774aa9a.tar.xz
sf: Fix code cleanups
- CHECK: Alignment should match open parenthesis - trailing whitespace Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Diffstat (limited to 'drivers/mtd/spi/ramtron.c')
-rw-r--r--drivers/mtd/spi/ramtron.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/spi/ramtron.c b/drivers/mtd/spi/ramtron.c
index 27e6411..38f9d69 100644
--- a/drivers/mtd/spi/ramtron.c
+++ b/drivers/mtd/spi/ramtron.c
@@ -266,7 +266,7 @@ struct spi_flash *spi_fram_probe_ramtron(struct spi_slave *spi, u8 *idcode)
/* arriving here means no method has found a device we can handle */
debug("SF/ramtron: unsupported device id0=%02x id1=%02x id2=%02x\n",
- idcode[0], idcode[1], idcode[2]);
+ idcode[0], idcode[1], idcode[2]);
return NULL;
found: