commit | 8c67934116a37846f929ba6eff5cb9817d88a7e2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 04 13:31:22 2017 -0600 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Tue Aug 01 11:58:01 2017 +0900 |
tree | c81d5e7c441dc3bf936b755caf3abc9beaed4f1c | |
parent | 77c9adde3f93410262d17a05e7a49e124a6537de [diff] |
dm: ahci: Correct uclass private data This is expected to be attached to the uclass and the code operates that way, but the uclass has not been updated. Fix it to avoid using memory at address 0. Signed-off-by: Simon Glass <sjg@chromium.org> Fixes: 47fc61a (dm: ahci: Drop use of probe_ent)