Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376280
b: refs/heads/master
c: 43c523b
h: refs/heads/master
v: v3
  • Loading branch information
Tomasz Figa authored and Linus Torvalds committed May 24, 2013
1 parent e393dbc commit cecefd9
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: b4ca2b4b577c3530e34dcfaafccb2cc680ce95d1
refs/heads/master: 43c523bff7c3b47506d536c10637be8399dfd85f
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-max8998.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ static int max8998_rtc_probe(struct platform_device *pdev)
info->irq, ret);

dev_info(&pdev->dev, "RTC CHIP NAME: %s\n", pdev->id_entry->name);
if (pdata->rtc_delay) {
if (pdata && pdata->rtc_delay) {
info->lp3974_bug_workaround = true;
dev_warn(&pdev->dev, "LP3974 with RTC REGERR option."
" RTC updates will be extremely slow.\n");
Expand Down

0 comments on commit cecefd9

Please sign in to comment.