projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de64aa9
)
mtd: nand: fix typo (t_ald -> t_adl)
author
Brian Norris
<computersforpeace@gmail.com>
Tue, 1 Dec 2015 19:08:32 +0000
(11:08 -0800)
committer
Brian Norris
<computersforpeace@gmail.com>
Tue, 1 Dec 2015 19:17:18 +0000
(11:17 -0800)
It's "ADL" ("ALE to data loading" time) not "ALD".
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com>
include/linux/mtd/nand.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/mtd/nand.h
b/include/linux/mtd/nand.h
index eaf48b5a95dd16ec58a368fed7af098e1def5e6a..fad634ea16857461c98360a8910c6ba6e81719ed 100644
(file)
--- a/
include/linux/mtd/nand.h
+++ b/
include/linux/mtd/nand.h
@@
-283,7
+283,7
@@
struct nand_onfi_params {
u8 input_pin_capacitance_max;
u8 driver_strength_support;
__le16 t_int_r;
- __le16 t_a
ld
;
+ __le16 t_a
dl
;
u8 reserved4[8];
/* vendor */
@@
-407,7
+407,7
@@
struct nand_jedec_params {
__le16 input_pin_capacitance_typ;
__le16 clk_pin_capacitance_typ;
u8 driver_strength_support;
- __le16 t_a
ld
;
+ __le16 t_a
dl
;
u8 reserved4[36];
/* ECC and endurance block */