From: Marcel Holtmann Date: Thu, 10 Oct 2013 21:54:17 +0000 (-0700) Subject: Bluetooth: Move skb->dev assignment for hdev->send into central place X-Git-Tag: v3.13-rc1~105^2~55^2^2~54^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57d17d70dfa4345fbe3e0d049504aa20626ed0e1;p=pandora-kernel.git Bluetooth: Move skb->dev assignment for hdev->send into central place The assignement of skb->dev is done all over the place. So it makes it hard to eventually get rid of it. Move it all in one central place so it gets assigned right before calling hdev->send driver callback. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed