Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206801
b: refs/heads/master
c: f9c70f9
h: refs/heads/master
i:
  206799: ab6751d
v: v3
  • Loading branch information
Stefan Richter committed Jun 9, 2010
1 parent 43a8ff0 commit ba274af
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a10c0ce76098857b899505d05de9f2e13ddf7a7a
refs/heads/master: f9c70f9129f2d88645c3a26711302a7f6ba9afd0
6 changes: 3 additions & 3 deletions trunk/drivers/firewire/core-transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel,
break;

default:
WARN(1, KERN_ERR "wrong tcode %d", tcode);
WARN(1, "wrong tcode %d", tcode);
}
common:
packet->speed = speed;
Expand Down Expand Up @@ -610,7 +610,7 @@ int fw_get_response_length(struct fw_request *r)
}

default:
WARN(1, KERN_ERR "wrong tcode %d", tcode);
WARN(1, "wrong tcode %d", tcode);
return 0;
}
}
Expand Down Expand Up @@ -666,7 +666,7 @@ void fw_fill_response(struct fw_packet *response, u32 *request_header,
break;

default:
WARN(1, KERN_ERR "wrong tcode %d", tcode);
WARN(1, "wrong tcode %d", tcode);
}

response->payload_mapped = false;
Expand Down

0 comments on commit ba274af

Please sign in to comment.