Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95595
b: refs/heads/master
c: 261b20d
h: refs/heads/master
i:
  95593: f70905a
  95591: f389ff0
v: v3
  • Loading branch information
Bjorn Helgaas authored and Len Brown committed Apr 29, 2008
1 parent a22331f commit b3bbdc6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 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: 62cfb298b95d713825deb8faf2044c45a1e17a0a
refs/heads/master: 261b20da4bd349f1b26e206f440809f1351be34b
3 changes: 0 additions & 3 deletions trunk/drivers/pnp/isapnp/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,10 +416,7 @@ static struct pnp_dev *__init isapnp_parse_device(struct pnp_card *card,
if (!dev)
return NULL;

dev->regs = tmp[4];
dev->card = card;
if (size > 5)
dev->regs |= tmp[5] << 8;
dev->capabilities |= PNP_CONFIGURABLE;
dev->capabilities |= PNP_READ;
dev->capabilities |= PNP_WRITE;
Expand Down
1 change: 0 additions & 1 deletion trunk/include/linux/pnp.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ struct pnp_dev {
struct pnp_resource_table *res;

char name[PNP_NAME_LEN]; /* contains a human-readable name */
unsigned short regs; /* ISAPnP: supported registers */
int flags; /* used by protocols */
struct proc_dir_entry *procent; /* device entry in /proc/bus/isapnp */
void *data;
Expand Down

0 comments on commit b3bbdc6

Please sign in to comment.