]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: s5m: consolidate two device type switch statements
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Thu, 1 May 2014 22:05:44 +0000 (08:05 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 2 May 2014 05:48:36 +0000 (15:48 +1000)
commitda2d077d18ad4c63cc7383a91cb8bd2c3f9bb037
tree6cf562201b9dd31de8f47ce16e970dc63e7e8b60
parentf939b93b3acf8e08100a5300c898777a89f421bc
rtc: s5m: consolidate two device type switch statements

In probe the configuration of driver for different chipsets was done in
two switch (pdata->device_type) statements.  Consolidate them into one
switch statement to increase code readability.

Additionally check the return value of regmap_irq_get_virq and exit probe
on error.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Lee Jones <lee.jones@linaro.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Sangbeom Kim <sbkim73@samsung.com>
Cc: Samuel Ortiz <sameo@linux.intel.com>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-s5m.c