Re: [PATCH 3/3] caif: delete unnecessary field initialization

2014-02-16 Thread David Miller
From: Julia Lawall Date: Sat, 15 Feb 2014 08:36:13 +0100 > From: Julia Lawall > > On success, the function netdev_alloc_skb initializes the dev field of its > result to its first argument, so this doesn't have to be done in the > calling context. > > The semantic patch that fixes this problem

Re: [PATCH 3/3] caif: delete unnecessary field initialization

2014-02-16 Thread David Miller
From: Julia Lawall julia.law...@lip6.fr Date: Sat, 15 Feb 2014 08:36:13 +0100 From: Julia Lawall julia.law...@lip6.fr On success, the function netdev_alloc_skb initializes the dev field of its result to its first argument, so this doesn't have to be done in the calling context. The