From: Stefan Richter Date: Sat, 12 Jun 2010 18:35:21 +0000 (+0200) Subject: firewire: core: combine some repeated code X-Git-Tag: v2.6.36-rc1~490^2^3~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b384cf18873da1ed100662aa7373edf5883a1c24;p=pandora-kernel.git firewire: core: combine some repeated code All of these CSRs have the same read/ write/ aynthing-else handling, except for CSR_PRIORITY_BUDGET which might not be implemented. The CSR_CYCLE_TIME read handler implementation accepted 4-byte-sized block write requests before this change but this is just silly; the register is only required to support quadlet read and write requests like the other r/w CSR core and Serial-Bus-dependent registers. Signed-off-by: Stefan Richter --- Reading git-diff-tree failed