Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275266
b: refs/heads/master
c: 46b3488
h: refs/heads/master
v: v3
  • Loading branch information
Ben Skeggs committed Nov 9, 2011
1 parent 72f391f commit af0233e
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: bde4889aaa2d59c1febfeadd7f690be0ed143ed5
refs/heads/master: 46b348865011bf0d706fe1ec8c9cef08cf86ad40
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ nouveau_i2c_identify(struct drm_device *dev, const char *what,

NV_DEBUG(dev, "Probing %ss on I2C bus: %d\n", what, index);

for (i = 0; info[i].addr; i++) {
for (i = 0; i2c && info[i].addr; i++) {
if (nouveau_probe_i2c_addr(i2c, info[i].addr) &&
(!match || match(i2c, &info[i]))) {
NV_INFO(dev, "Detected %s: %s\n", what, info[i].type);
Expand Down

0 comments on commit af0233e

Please sign in to comment.