compat-drivers: fix collateral-evolutions/network/53-pr_fmt.patch
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Tue, 8 Jan 2013 21:07:59 +0000 (15:07 -0600)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Tue, 8 Jan 2013 21:07:59 +0000 (15:07 -0600)
commit286628af775d21cd56e02d66e7e103d66fc17119
treebac40ef113d50af4ce5c5137f6e4a84bee09d8b1
parent91cd77f476dd5f0a8806acbf73fc81149e41dcca
compat-drivers: fix collateral-evolutions/network/53-pr_fmt.patch

The brcmfmac driver was updated recently to only define
pr_fmt() once and it also had the undef for us. Technically
Joe should not have had to add the undef as I previously
went on a crusade to verify that this was not needed at the
driver level so an upstream patch is welcomed to remove that
undef upstream and then to add it for backporting purposes.

commit 79d7c4e8da4ac3cfa98e8e622a17baaeb3c9d29d
Author: Arend van Spriel <arend@broadcom.com>
Date:   Wed Jan 2 21:20:10 2013 +0100

    brcmfmac: define pr_fmt in one place

    Several source files (but not all) define the pr_fmt() macro in exactly
    the same way. Instead this commit defines it in a header file so driver
    logging is consistent.

Cc: Joe Perches <joe@perches.com>
Reviewed-by: Hante Meuleman <meuleman@broadcom.com>
Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
patches/collateral-evolutions/network/53-pr_fmt.patch