• S
    firewire: normalize style of queue_work wrappers · 9fb551bf
    Stefan Richter 提交于
    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: NStefan Richter <stefanr@s5r6.in-berlin.de>
    9fb551bf
sbp2.c 47.7 KB