commit | 5c5ca87c1d183580c2bf33d4df9d963da847a345 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sat May 16 09:33:17 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Thu Jun 04 02:39:39 2015 -0600 |
tree | 9a045d22812e58d0909d9111487eaafbe9382c86 | |
parent | acb8d3170e239b94965e6090cce997dfe2e3c688 [diff] |
cmd_ide: Eliminate build warnings in atapi_inquiry() Eliminate the following build warning in atapi_inquiry(): "warning: assignment from incompatible pointer type [enabled by default]" Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>