Skip to content
  • Stefan Richter's avatar
    firewire: core: remove unused variable · ae86e81e
    Stefan Richter authored
    
    
    which caused gcc 4.6 to warn about
        variable 'destination' set but not used.
    
    Since the hardware ensures that we receive only response packets with
    proper destination node ID (in a given bus generation), we have no use
    for destination here in the core as well as in upper layers.
    
    (This is different with request packets.  There we pass destination node
    ID to upper layers because they may for example need to check whether
    this was an unicast or broadcast request.)
    
    Reported-and-Tested-By: default avatarJustin P. Mattock <justinmattock@gmail.com>
    Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
    ae86e81e