Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
driver core: don't initialize 'parent' in device_add()
'parent' is always overwritten before getting used and there is no need to initialize it with NULL. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- Loading branch information