Re: [PATCH] caif: remove unused struct member
From: David Miller <davem@davemloft.net>
Date: 2015-04-01 16:43:27
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2015-04-01 16:43:27
Also in:
lkml
From: Rasmus Villemoes <linux@rasmusvillemoes.dk> Date: Tue, 31 Mar 2015 16:05:23 +0200
The tty_name member of struct ser_device is never set or used, so it can be removed. (The definition of struct ser_device is private to this .c file, and the identifier tty_name only occurs in this one place.) Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Applied, thanks.