summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2012-06-18 07:48:14 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2012-06-19 18:56:26 (GMT)
commit7f59ebb5f34380696d16094fa1090485ec077fb1 (patch)
treeb4498e7b597da942afc77a907655034f25f7e433 /kernel
parent73dc3b90232780462f3771901024a160559b4532 (diff)
downloadlinux-7f59ebb5f34380696d16094fa1090485ec077fb1.tar.xz
airo: copying wrong data in airo_get_aplist()
"qual" used to be declared on the stack, but then in 998a5a7d6a ("airo: reduce stack memory footprint") we made it dynamically allocated. Unfortunately the memcpy() here was missed and it's still copying stack memory instead of the data that we want. In other words, "&qual" should be "qual". Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions