]> git.baikalelectronics.ru Git - kernel.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)
commit59972511dc29b8f74b8bd3e8748491eaf18a5eda
tree3a7098a935f0b678a6e6a565619d0d990f9122f3
parent185b9b2730a89190f1eeffd10c18f4c0ac1fb92b
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