Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235835
b: refs/heads/master
c: 37af07d
h: refs/heads/master
i:
  235833: 10f75f0
  235831: 54eea82
v: v3
  • Loading branch information
Vasiliy Kulikov authored and Greg Kroah-Hartman committed Feb 4, 2011
1 parent b672910 commit b3e9c6b
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: 4b906e58a1f0a29ce1da4ed832cc6f17e5889772
refs/heads/master: 37af07d19a53924a70ae42faebf968c04a631c8c
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rts_pstor/rtsx.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ int rtsx_read_pci_cfg_byte(u8 bus, u8 dev, u8 func, u8 offset, u8 *val)
u8 devfn = (dev << 3) | func;

pdev = pci_get_bus_and_slot(bus, devfn);
if (!dev)
if (!pdev)
return -1;

pci_read_config_byte(pdev, offset, &data);
Expand Down

0 comments on commit b3e9c6b

Please sign in to comment.