Re: [PATCH 0/2 v3 net-next] 8390: core cleanups

2020-08-31 Thread David Miller
From: David Miller Date: Mon, 31 Aug 2020 12:36:21 -0700 (PDT) > From: Armin Wolf > Date: Sat, 29 Aug 2020 13:17:32 +0200 > >> The purpose of this patchset is to do some >> cleanups in lib8390.c and 8390.c. >> >> While most changes are coding-style related, >> pr_cont() usage in lib8390.c was

Re: [PATCH 0/2 v3 net-next] 8390: core cleanups

2020-08-31 Thread David Miller
From: Armin Wolf Date: Sat, 29 Aug 2020 13:17:32 +0200 > The purpose of this patchset is to do some > cleanups in lib8390.c and 8390.c. > > While most changes are coding-style related, > pr_cont() usage in lib8390.c was replaced by > a more SMP-safe construct. > > Other functional changes inclu

[PATCH 0/2 v3 net-next] 8390: core cleanups

2020-08-29 Thread Armin Wolf
The purpose of this patchset is to do some cleanups in lib8390.c and 8390.c. While most changes are coding-style related, pr_cont() usage in lib8390.c was replaced by a more SMP-safe construct. Other functional changes include the removal of version-printing in lib8390.c so modules using lib8390.