
3 Dec
2015
3 Dec
'15
10:06 a.m.
On Mon, Nov 30, 2015 at 4:17 AM, Simon Glass sjg@chromium.org wrote:
Most driver model PCI functions have a dm_ prefix. At some point, when the old code is converted to driver model and the old functions are removed, we will drop that prefix.
For consistency, we should use the dm_ prefix for all driver model functions. Update pci_get_bdf() accordingly.
Signed-off-by: Simon Glass sjg@chromium.org
Reviewed-by: Bin Meng bmeng.cn@gmail.com