Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198797
b: refs/heads/master
c: 279fbd0
h: refs/heads/master
i:
  198795: 2960de3
v: v3
  • Loading branch information
Myron Stowe authored and Linus Torvalds committed May 27, 2010
1 parent 1ee1517 commit a70bef1
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 128 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: 8c8eae2742d5ad05ef6e5b53c88e70a5231d7d9a
refs/heads/master: 279fbd0c5daa60c76e59df33f436ca2300f2b603
11 changes: 5 additions & 6 deletions trunk/drivers/char/ipmi/ipmi_msghandler.c
Original file line number Diff line number Diff line change
Expand Up @@ -2505,12 +2505,11 @@ static int ipmi_bmc_register(ipmi_smi_t intf, int ifnum,
return rv;
}

printk(KERN_INFO
"ipmi: Found new BMC (man_id: 0x%6.6x, "
" prod_id: 0x%4.4x, dev_id: 0x%2.2x)\n",
bmc->id.manufacturer_id,
bmc->id.product_id,
bmc->id.device_id);
dev_info(intf->si_dev, "Found new BMC (man_id: 0x%6.6x, "
"prod_id: 0x%4.4x, dev_id: 0x%2.2x)\n",
bmc->id.manufacturer_id,
bmc->id.product_id,
bmc->id.device_id);
}

/*
Expand Down
Loading

0 comments on commit a70bef1

Please sign in to comment.