Skip to content

Commit

Permalink
Merge tag 'hsi-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel…
Browse files Browse the repository at this point in the history
…/git/sre/linux-hsi

Pull HSI fix from Sebastian Reichel:
 "Fix uninitialized device pointer in nokia-modem"

* tag 'hsi-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi:
  hsi: nokia-modem: fix uninitialized device pointer
  • Loading branch information
torvalds committed Feb 11, 2015
2 parents 13c0719 + 67e9a2c commit 6fc26fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/hsi/clients/nokia-modem.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ static int nokia_modem_probe(struct device *dev)
return -ENOMEM;
}
dev_set_drvdata(dev, modem);
modem->device = dev;

irq = irq_of_parse_and_map(np, 0);
if (!irq) {
Expand Down

0 comments on commit 6fc26fc

Please sign in to comment.