aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2013-09-18 21:21:35 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-13 14:51:08 -0700
commitd3f0cca5d5a167a7e154a7e4065f7e858539df4c (patch)
treea2ea540ce4f53da8bbffad9c92e315c3c9b9c940 /Documentation
parent6a89ff9ebd1f81f6449b4c3c7a5e8861a0a6edf1 (diff)
downloadkernel_samsung_smdk4412-d3f0cca5d5a167a7e154a7e4065f7e858539df4c.zip
kernel_samsung_smdk4412-d3f0cca5d5a167a7e154a7e4065f7e858539df4c.tar.gz
kernel_samsung_smdk4412-d3f0cca5d5a167a7e154a7e4065f7e858539df4c.tar.bz2
rtlwifi: Align private space in rtl_priv struct
commit 60ce314d1750fef843e9db70050e09e49f838b69 upstream. The private array at the end of the rtl_priv struct is not aligned. On ARM architecture, this causes an alignment trap and is fixed by aligning that array with __align(sizeof(void *)). That should properly align that space according to the requirements of all architectures. Reported-by: Jason Andrews <jasona@cadence.com> Tested-by: Jason Andrews <jasona@cadence.com> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions