Revision 3f7c2d54957e950b3a36a251578185bfd374562c authored by Michal Simek on 01 July 2013, 07:32:16 UTC, committed by Michal Simek on 01 July 2013, 12:42:18 UTC
- do not define device_node *np again
- is dual must be u32 because of_property_read_u32

Warning log:
drivers/mtd/devices/m25p80.c:1238:22: warning: symbol 'np' shadows an earlier one
drivers/mtd/devices/m25p80.c:1148:36: originally declared here
drivers/mtd/devices/m25p80.c:1337:23: warning: symbol 'np' shadows an earlier one
drivers/mtd/devices/m25p80.c:1148:36: originally declared here
drivers/mtd/devices/m25p80.c:1244:45: warning: incorrect type in argument 3 (different signedness)
drivers/mtd/devices/m25p80.c:1244:45:    expected unsigned int [usertype] *out_value
drivers/mtd/devices/m25p80.c:1244:45:    got int static *<noident>

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Suneel Garapati <suneel.garapati@xilinx.com>
1 parent d96dfcf
History
File Mode Size
.gitignore -rw-r--r-- 14 bytes
IRQ-redir.txt -rw-r--r-- 2.5 KB
Makefile -rw-r--r-- 218 bytes
README -rw-r--r-- 1.2 KB
aliasing-test.c -rw-r--r-- 6.0 KB
aliasing.txt -rw-r--r-- 8.5 KB
efirtc.txt -rw-r--r-- 4.3 KB
err_inject.txt -rw-r--r-- 25.2 KB
fsys.txt -rw-r--r-- 11.8 KB
kvm.txt -rw-r--r-- 3.0 KB
mca.txt -rw-r--r-- 8.8 KB
paravirt_ops.txt -rw-r--r-- 6.2 KB
serial.txt -rw-r--r-- 6.3 KB
xen.txt -rw-r--r-- 5.5 KB

README

back to top