
13 Jun
2017
13 Jun
'17
5:13 a.m.
On Tue, Jun 6, 2017 at 3:15 AM, Simon Glass sjg@chromium.org wrote:
With driver model we need each device to have its own state. As a step towards this, restrict use of the global 'probe_ent' to just a few places in the file. This will allow us to add driver-model functions which can pass the correct data around.
Signed-off-by: Simon Glass sjg@chromium.org
drivers/ata/ahci.c | 144 ++++++++++++++++++++++++++++------------------------- 1 file changed, 76 insertions(+), 68 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com