commit | 807508c8ff9af6ce8f25c5ca5f3eb06a8e7d3286 | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <cbouatmailru@gmail.com> | Tue Sep 07 17:31:54 2010 +0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 22 10:16:43 2010 -0700 |
tree | d6e65154b1e26fa15f92e54cdf8829a9c5e9861b | |
parent | 5cfc64ceb6222aabec640ba76e89529a8fc2c1f0 [diff] |
base/platform: Simplifications for NULL platform data/resources handling There's no need to explicitly check for data and resources being NULL, as platform_device_add_{data,resources}() do this internally nowadays. This makes the code more linear and less indented. Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>