> >fix errors: > >icc: command line warning #10006: ignoring unknown option > >'-Wno-unused-value' > >icc: command line warning #10006: ignoring unknown option > >'-Wno-format-nonliteral' > >icc: command line warning #10006: ignoring unknown option > >'-Wno-shift-negative-value' > >qede/base/ecore_dev.c(1643): error #188: enumerated type mixed with > >another type > > return 0; > > ^ > > > >Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com> > > Looks good. > I hope its retested against gcc/clang also to make sure the change doesn?t > cause build errors. > > Acked-by: Harish Patil <harish.patil at qlogic.com>
Fixes: ec94dbc57362 ("qede: add base driver") Applied, thanks