Home
last modified time | relevance | path

Searched hist:"4408 f6f4" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/block/
H A Dblk-uclass.c4408f6f4 Wed Nov 16 10:37:42 CST 2016 Michal Simek <michal.simek@xilinx.com> dm: blk: Fix get_desc to return block device descriptor

Current get_desc() implementation is not able to succesfully
finish and return pointer to block device descriptor.

Also function always return non zero value even device is found.

The patch fills block device descriptor and return 0 if device is found.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>