]> bbs.cooldavid.org Git - net-next-2.6.git/commit
firewire: remove an unused function argument
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Sun, 20 Jun 2010 20:50:35 +0000 (22:50 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Sun, 20 Jun 2010 21:11:55 +0000 (23:11 +0200)
commit33e553fe2b4a983ef34a57ab1440d8d33397bb12
tree3a7098a935f0b678a6e6a565619d0d990f9122f3
parent56d04cb189f955e5167c27944d61aa57ad69b598
firewire: remove an unused function argument

void (*fw_address_callback_t)(..., int speed, ...) is the speed that a
remote node chose to transmit a request to us.  In case of split
transactions, firewire-core will transmit the response at that speed.

Upper layer drivers on the other hand (firewire-net, -sbp2, firedtv, and
userspace drivers) cannot do anything useful with that speed datum,
except log it for debug purposes.  But data that is merely potentially
(not even actually) used for debug purposes does not belong into the API.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/core-cdev.c
drivers/firewire/core-transaction.c
drivers/firewire/net.c
drivers/firewire/sbp2.c
drivers/media/dvb/firewire/firedtv-fw.c
include/linux/firewire.h