]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PM / QoS: Use NULL pointer instead of plain integer in qos.c
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 17 Jul 2012 20:38:26 +0000 (22:38 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Wed, 18 Jul 2012 22:02:36 +0000 (00:02 +0200)
commitad0446eb11b6886a73e077bd087f98544b8c0403
treeed53f86f1990e19bbf8c009060f4b077aa146535
parent83618092645f970668f47b6ee2fec1afdca32efd
PM / QoS: Use NULL pointer instead of plain integer in qos.c

Fix the following sparse warning:
drivers/base/power/qos.c:465:29: warning: Using plain integer as NULL pointer

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
drivers/base/power/qos.c