i2c: cadence: Remove the suspended flag
authorShubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Tue, 24 Nov 2015 07:31:57 +0000 (13:01 +0530)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 30 Nov 2015 20:08:07 +0000 (21:08 +0100)
commit948c58a03a4c63edc1007c222c340003fdba6d98
tree2e5d95c830ec0ae351b2f3336eb199eb49f04f5d
parent7fa32329ca03148fb2c07b4ef3247b8fc0488d6a
i2c: cadence: Remove the suspended flag

The suspended flag is a flag holding the device's PM status.
The runtime framework does that for us.
Use pm_runtime_suspended call instead.

Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-cadence.c