Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251656
b: refs/heads/master
c: 367bbf2
h: refs/heads/master
v: v3
  • Loading branch information
Prarit Bhargava authored and David S. Miller committed May 25, 2011
1 parent 16b8c0b commit 066b20a
Show file tree
Hide file tree
Showing 2 changed files with 7 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: d10358de8d70aaeb965a974d56e9b72f6c6dbb3a
refs/heads/master: 367bbf2aa1654c12ab5d6dbf4428b043b425be29
6 changes: 6 additions & 0 deletions trunk/drivers/isdn/hardware/mISDN/netjet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1072,6 +1072,12 @@ nj_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
return -ENODEV;
}

if (pdev->subsystem_vendor == 0xb100 &&
pdev->subsystem_device == 0x0003 ) {
pr_notice("Netjet: Digium TDM400P not handled yet\n");
return -ENODEV;
}

card = kzalloc(sizeof(struct tiger_hw), GFP_ATOMIC);
if (!card) {
pr_info("No kmem for Netjet\n");
Expand Down

0 comments on commit 066b20a

Please sign in to comment.