Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325170
b: refs/heads/master
c: 8a3ae16
h: refs/heads/master
v: v3
  • Loading branch information
Jens Taprogge authored and Greg Kroah-Hartman committed Sep 11, 2012
1 parent eef79da commit 3401e2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 07766ab0256c0870746dae2362625e64e8968fc7
refs/heads/master: 8a3ae16e60fb78e0bf062c243ffba5575b64a412
2 changes: 2 additions & 0 deletions trunk/drivers/staging/ipack/ipack.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,8 @@ struct ipack_device *ipack_device_register(struct ipack_bus_device *bus,

if (bus->ops->set_clockrate(dev, 8))
dev_warn(&dev->dev, "failed to switch to 8 MHz operation for reading of device ID.\n");
if (bus->ops->reset_timeout(dev))
dev_warn(&dev->dev, "failed to reset potential timeout.");

ret = ipack_device_read_id(dev);
if (ret < 0) {
Expand Down

0 comments on commit 3401e2c

Please sign in to comment.