Re: [PATCH V2 net-next] liquidio: show NIC's U-Boot version in a dev_info() message

2017-08-29 Thread David Miller
From: Felix Manlunas Date: Tue, 29 Aug 2017 12:19:57 -0700 > From: Weilin Chang > > Signed-off-by: Weilin Chang > Signed-off-by: Felix Manlunas > --- > Patch Change Log: > V1 -> V2: > * Move octeon_get_uboot_version() to a proper place to avoid forward > declaration. > * Remov

[PATCH V2 net-next] liquidio: show NIC's U-Boot version in a dev_info() message

2017-08-29 Thread Felix Manlunas
From: Weilin Chang Signed-off-by: Weilin Chang Signed-off-by: Felix Manlunas --- Patch Change Log: V1 -> V2: * Move octeon_get_uboot_version() to a proper place to avoid forward declaration. * Remove complicated for-loops that search for substrings; replace them with calls