2015-09-11 17:42, Rasesh Mody:
>       #define SHMEM_EEE_ADV_STATUS_MASK          0x00f00000
>               #define SHMEM_EEE_100M_ADV         (1<<0)
> -             #define SHMEM_EEE_1G_ADV           (1<<1)
> +             #define SHMEM_EEE_1G_ADV           (1U<<1)
>               #define SHMEM_EEE_10G_ADV          (1<<2)

Why other constants are not changed?

Please put at least the build error in the message.

Reply via email to