commit | 0ab1e79b825a5cd8aeb3b34d89c9a89dea900056 | [log] [tgz] |
---|---|---|
author | Jonghwan Choi <jhbird.choi@samsung.com> | Sat Oct 22 00:22:54 2011 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Sat Oct 22 00:22:54 2011 +0200 |
tree | b30ea644d376fa9e80d25933b2257d7adee1eeb2 | |
parent | 7fef9fc83fbd7293ea9fe665d14046422ebf4219 [diff] |
PM / Clocks: Remove redundant NULL checks before kfree() Since kfree() checks it its argument is not NULL, it is not necessary to duplicate this check in __pm_clk_remove(). [rjw: Added the changelog.] Signed-off-by: Jonghwan Choi <jhbird.choi@samsung.com> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>