]> bbs.cooldavid.org Git - net-next-2.6.git/commit
PM / Runtime: Fix typo in status comparison causing warning
authorKevin Winchester <kjwinchester@gmail.com>
Fri, 29 Oct 2010 13:29:55 +0000 (15:29 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Fri, 29 Oct 2010 13:29:55 +0000 (15:29 +0200)
commit78ca7c37efaa541006269aa3d3e560ea7926e245
tree1d54636da21626f281864a777ee7607891c436f4
parent18cb657ca1bafe635f368346a1676fb04c512edf
PM / Runtime: Fix typo in status comparison causing warning

GCC version 4.5.1 gives the following warning:

drivers/base/power/runtime.c: In function ‘rpm_check_suspend_allowed’:
drivers/base/power/runtime.c:146:25: warning: comparison between ‘enum dpm_state’ and ‘enum rpm_status’

which seems to be a typo in that dev->power.runtime_status
should be compared instead of dev->power.status.

Signed-off-by: Kevin Winchester <kjwinchester@gmail.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
drivers/base/power/runtime.c