base/platform: Simplifications for NULL platform data/resources handling
authorAnton Vorontsov <cbouatmailru@gmail.com>
Tue, 7 Sep 2010 13:31:54 +0000 (17:31 +0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 22 Oct 2010 17:16:43 +0000 (10:16 -0700)
commit807508c8ff9af6ce8f25c5ca5f3eb06a8e7d3286
treed6e65154b1e26fa15f92e54cdf8829a9c5e9861b
parent5cfc64ceb6222aabec640ba76e89529a8fc2c1f0
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>
drivers/base/platform.c
This page took 0.026109 seconds and 5 git commands to generate.