Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288163
b: refs/heads/master
c: 4a55320
h: refs/heads/master
i:
  288161: 0633f59
  288159: 599e675
v: v3
  • Loading branch information
Jonghwan Choi authored and Samuel Ortiz committed Feb 20, 2012
1 parent fd2b98d commit f4ba0f0
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: aa12242f19312b2c60399bd581929fdfc511a017
refs/heads/master: 4a55320117e2ca4ed9002a365d7e209d73abcdf1
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/s5m-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ static int s5m87xx_i2c_probe(struct i2c_client *i2c,
s5m87xx->rtc = i2c_new_dummy(i2c->adapter, RTC_I2C_ADDR);
i2c_set_clientdata(s5m87xx->rtc, s5m87xx);

if (pdata->cfg_pmic_irq)
if (pdata && pdata->cfg_pmic_irq)
pdata->cfg_pmic_irq();

s5m_irq_init(s5m87xx);
Expand Down

0 comments on commit f4ba0f0

Please sign in to comment.