commit | cc5c349f881069d4e5c1b3792ad0532e6229ed09 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 17 16:54:54 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Oct 08 20:41:09 2017 -0600 |
tree | 5125f2dde49762c757fb42084178832e3114548c | |
parent | f44b4bf61417163ba810983cf9fc2e3c61a1d509 [diff] |
dm: gpio: pca953x: Drop pointless data structure checks These checks cannot fail since driver model will not call a driver's method if it cannot fully create the driver data structures. It is confusing to have these checks and others might copy them. Drop this code. Signed-off-by: Simon Glass <sjg@chromium.org>