On 04/09/2016 08:45 PM, Simon Glass wrote:
Add a legacy block interface for systemace.

diff --git a/drivers/block/systemace.c b/drivers/block/systemace.c

+static int systemace_get_devp(int dev, struct blk_desc **descp)

I'm not sure what "devp" means here rather than "dev". I suppose it's to avoid a naming conflict with an existing identically named function. Perhaps s/get_devp/get_dev_legacy/ since it's part of the legacy block device API?

Actually, it looks like this name is temporary and thrown away later, so it's probably not worth fixing.
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to