From: Franky Lin Date: Thu, 9 Feb 2012 20:09:01 +0000 (+0100) Subject: brcm80211: fmac: make sure cancel_work_sync only called after INIT_WORK X-Git-Tag: v3.4-rc1~177^2~108^2~39^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89fdb468e201c16b31d3337b68993bc9f763a5a0;p=pandora-kernel.git brcm80211: fmac: make sure cancel_work_sync only called after INIT_WORK INIT_WORK only gets called after brcmf_proto_attach returns success. This dependency should be annotated in brcmf_detach to avoid any error. Reviewed-by: Pieter-Paul Giesberts Signed-off-by: Franky Lin Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed