Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294123
b: refs/heads/master
c: 98466cc
h: refs/heads/master
i:
  294121: 47144f7
  294119: 490001b
v: v3
  • Loading branch information
Stefan Richter committed Mar 10, 2012
1 parent 46e3c46 commit f1cb014
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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: c13ccfcf66b2e70f8d01f7fe7e1e20ba60e733e1
refs/heads/master: 98466cc4502b3171f1bdc146db0d2106fcbc3f4f
1 change: 0 additions & 1 deletion trunk/drivers/firewire/core-topology.c
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,6 @@ void fw_core_handle_bus_reset(struct fw_card *card, int node_id, int generation,
*/
if (!is_next_generation(generation, card->generation) &&
card->local_node != NULL) {
fw_notice(card, "skipped bus generations, destroying all nodes\n");
fw_destroy_nodes(card);
card->bm_retries = 0;
}
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/firewire/ohci.c
Original file line number Diff line number Diff line change
Expand Up @@ -2076,8 +2076,7 @@ static irqreturn_t irq_handler(int irq, void *data)
}

if (unlikely(event & OHCI1394_regAccessFail))
dev_err(ohci->card.device,
"register access failure - please notify linux1394-devel@lists.sf.net\n");
dev_err(ohci->card.device, "register access failure\n");

if (unlikely(event & OHCI1394_postedWriteErr)) {
reg_read(ohci, OHCI1394_PostedWriteAddressHi);
Expand Down

0 comments on commit f1cb014

Please sign in to comment.