Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283481
b: refs/heads/master
c: c934502
h: refs/heads/master
i:
  283479: 7e966c1
v: v3
  • Loading branch information
Felipe Contreras authored and Anton Vorontsov committed Jan 6, 2012
1 parent dfc96d8 commit 8230abb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ef7906f3204280ccaf8cd7ace974b7c0a1393812
refs/heads/master: c934502db7fda4fac1bb3b5c74f35e9bde8e7547
2 changes: 1 addition & 1 deletion trunk/drivers/power/isp1704_charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ static void isp1704_charger_set_power(struct isp1704_charger *isp, bool on)
{
struct isp1704_charger_data *board = isp->dev->platform_data;

if (board->set_power)
if (board && board->set_power)
board->set_power(on);
}

Expand Down

0 comments on commit 8230abb

Please sign in to comment.