3ca39c606fdbca375328ab419a7f40a4d52 parent 3a19cbf530648a63fb3f73630046c561f70c6b71 author Robert Love 1324074289 -0800 committer James Bottomley 1326236483 -0600 [SCSI] fcoe: remove double check if skb is nonlinear skb_linearize already has a check for skb_is_nonlinear, there is no need to duplicate the check in fcoe.c. This patch simply removes the unnecessary check and calls skb_linearize unconditionally. Reported-by: patrick kelle Signed-off-by: Robert Love Acked-by: patrick kelle Signed-off-by: James Bottomley