summaryrefslogtreecommitdiff
path: root/crypto/michael_mic.c
diff options
context:
space:
mode:
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>2017-08-02 22:48:25 +0300
committerDavid S. Miller <davem@davemloft.net>2017-08-03 19:30:11 +0300
commit3a8f6f874fa1ac004157fb3df742a5034718a2ce (patch)
tree0321650ac646a10abd0ee67670e587d59e968554 /crypto/michael_mic.c
parent2d29b39739b94f02196d99502126f269fd8ec2ea (diff)
downloadlinux-3a8f6f874fa1ac004157fb3df742a5034718a2ce.tar.xz
net: dsa: bcm_sf2: dst in not an array
It's been a while now since ds->dst is not an array anymore, but a simple pointer to a dsa_switch_tree. Fortunately, SF2 does not support multi-chip and thus ds->index is always 0. This patch substitutes 'ds->dst[ds->index].' with 'ds->dst->'. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'crypto/michael_mic.c')
0 files changed, 0 insertions, 0 deletions