commit | 84bc72d90c505fec3ef4b693995407a0bd4064e5 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Thu Dec 11 18:39:08 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Tue Dec 16 00:48:18 2008 +0100 |
tree | f64487f123aa31a043eaea00ef2a718262546b6b | |
parent | 5b3375ac8c36c29c87abb132fede0509eb21e5c9 [diff] |
spi/stmicro: fix debug() display of cmd The stmicro_wait_ready() func tries to show the actual opcode that was sent to the device, but instead it displays the array pointer. Fix it to pull out the opcode from the start of the array. Signed-off-by: Mike Frysinger <vapier@gentoo.org>