From: Stefan Richter Date: Wed, 7 Oct 2009 22:41:10 +0000 (+0200) Subject: firewire: normalize style of queue_work wrappers X-Git-Tag: v2.6.33-rc1~383^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fb551bf72929b316abb6d96cfb2ec05e896042a;p=pandora-kernel.git firewire: normalize style of queue_work wrappers A few stylistic changes to unify some code patterns in the subsystem: - The similar queue_delayed_work helpers fw_schedule_bm_work, schedule_iso_resource, and sbp2_queue_work now have the same call convention. - Two conditional calls of schedule_iso_resource are factored into another small helper. - An sbp2_target_get helper is added as counterpart to sbp2_target_put. Object size of firewire-core is decreased a little bit, object size of firewire-sbp2 remains unchanged. Signed-off-by: Stefan Richter --- Reading git-diff-tree failed