summaryrefslogtreecommitdiffstats
path: root/sys/dev/nand/nandbus.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/nand/nandbus.c')
-rw-r--r--sys/dev/nand/nandbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/nand/nandbus.c b/sys/dev/nand/nandbus.c
index 322d708..a79cd4d 100644
--- a/sys/dev/nand/nandbus.c
+++ b/sys/dev/nand/nandbus.c
@@ -331,7 +331,7 @@ static int
nand_probe_onfi(device_t bus, uint8_t *onfi_compliant)
{
device_t nfc;
- char onfi_id[] = {'o', 'n', 'f', 'i', '\0'};
+ char onfi_id[] = {'O', 'N', 'F', 'I', '\0'};
int i;
nand_debug(NDBG_BUS,"probing ONFI");
OpenPOWER on IntegriCloud