Re: [PATCH] via-velocity: Add missing KERN_ where needed

2020-08-03 Thread Joe Perches
On Mon, 2020-08-03 at 15:42 -0700, David Miller wrote: > From: Joe Perches > Date: Sat, 01 Aug 2020 08:51:03 -0700 > > > Link status is emitted on multiple lines as it does not use > > KERN_CONT. > > > > Coalesce the multi-part logging into a single line output and > > add missing KERN_ to a cou

Re: [PATCH] via-velocity: Add missing KERN_ where needed

2020-08-03 Thread David Miller
From: Joe Perches Date: Sat, 01 Aug 2020 08:51:03 -0700 > Link status is emitted on multiple lines as it does not use > KERN_CONT. > > Coalesce the multi-part logging into a single line output and > add missing KERN_ to a couple logging calls. > > This also reduces object size. > > Signed-off-

[PATCH] via-velocity: Add missing KERN_ where needed

2020-08-01 Thread Joe Perches
Link status is emitted on multiple lines as it does not use KERN_CONT. Coalesce the multi-part logging into a single line output and add missing KERN_ to a couple logging calls. This also reduces object size. Signed-off-by: Joe Perches --- drivers/net/ethernet/via/via-velocity.c | 46 +