projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32c507f
)
firewire: ohci: remove unused excess_bytes field
author
Clemens Ladisch
<clemens@ladisch.de>
Sun, 18 Mar 2012 18:02:26 +0000
(19:02 +0100)
committer
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Sun, 18 Mar 2012 21:15:38 +0000
(22:15 +0100)
Commit
6498ba04aee6
(remove unused dualbuffer IR code) overlooked
a field in struct iso_context.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/ohci.c
patch
|
blob
|
history
diff --git
a/drivers/firewire/ohci.c
b/drivers/firewire/ohci.c
index 74ff1a8f4fcb446ee96c8b210d779ed66024a261..588a72892ff1319e5cbc22cb128895a42235f9d0 100644
(file)
--- a/
drivers/firewire/ohci.c
+++ b/
drivers/firewire/ohci.c
@@
-170,7
+170,6
@@
struct context {
struct iso_context {
struct fw_iso_context base;
struct context context;
- int excess_bytes;
void *header;
size_t header_length;