igb: fix constant sign in left shift operator
authorAaron Conole <aconole@redhat.com>
Tue, 22 Mar 2016 21:37:16 +0000 (17:37 -0400)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 31 Mar 2016 15:09:56 +0000 (17:09 +0200)
commitd988d78fa2ea0ff0607d8cd089ed1d3ccddeed1c
tree243217b4de4ab6687e2b3e55e768fc414ed5d065
parentb3cadb2825422e37c35fdc78ea9497e4bdc95990
igb: fix constant sign in left shift operator

Tell the compiler to use an unsigned constant for the config shifts.

Signed-off-by: Aaron Conole <aconole@redhat.com>
Acked-by: Panu Matilainen <pmatilai@redhat.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>
drivers/net/e1000/igb_pf.c