commit | 5781c46b56ced76f7eb818404f58d159468bbdc1 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun Sep 10 05:12:52 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sun Sep 10 12:27:40 2017 -0400 |
tree | e0ad5d58c49deee613718386ec69bf955cafd84d | |
parent | b650afa18b0da5b8f0b892872bce648bb5a09f46 [diff] |
block: ide: Don't bother to create BLK device if no CDROM inserted When there is no CDROM inserted, the block size is zero hence there is no need to create a BLK device for it. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>