From: Bjørn Mork Date: Tue, 19 Jun 2012 00:41:59 +0000 (+0000) Subject: net: qmi_wwan: define a structure for driver specific state X-Git-Tag: v3.6-rc1~125^2~485 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=853c24f79dd6f4a3d6d7b52f235fe121aee08b45;p=pandora-kernel.git net: qmi_wwan: define a structure for driver specific state usbnet allocates a fixed size array for minidriver specific state. Naming the fields and taking advantage of type checking is a bit more failsafe than casting array elements each time they are referenced. Signed-off-by: Bjørn Mork Signed-off-by: David S. Miller --- Reading git-diff-tree failed