mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 10:42:21 +03:00
nvethernet: fix kernel warning test failure
Fixes below kernel warining failure - nvethernet 6810000.ethernet: ether_parse_queue_prio():Wrong or duplicate priority in DT entry for Q(8) Bug 200764680 Change-Id: I5cbfc2f4418cb67945bedcace58699e12532b1d4 Signed-off-by: Bhadram Varka <vbhadram@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2588524 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Revanth Kumar Uppala
parent
e6cde88eb8
commit
a9119fc654
@@ -218,8 +218,8 @@ int macsec_open(struct macsec_priv_data *macsec_pdata,
|
||||
int macsec_close(struct macsec_priv_data *macsec_pdata);
|
||||
|
||||
#ifdef MACSEC_DEBUG
|
||||
#define PRINT_ENTRY() (pr_info("-->%s()\n", __func__))
|
||||
#define PRINT_EXIT() (pr_info("<--%s()\n", __func__))
|
||||
#define PRINT_ENTRY() (printk(KERN_DEBUG "-->%s()\n", __func__))
|
||||
#define PRINT_EXIT() (printk(KERN_DEBUG "<--%s()\n", __func__))
|
||||
#else
|
||||
#define PRINT_ENTRY()
|
||||
#define PRINT_EXIT()
|
||||
|
||||
Reference in New Issue
Block a user