Searched hist:"590 dfe2f3bbbbeee806ee91bef68ba2a6afc16d2" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/char/agp/ |
H A D | backend.c | diff 590dfe2f3bbbbeee806ee91bef68ba2a6afc16d2 Wed Jan 25 09:51:05 CST 2012 Michal Kubecek <mkubecek@suse.cz> agp: fix scratch page cleanup
In error cleanup of agp_backend_initialize() and in agp_backend_cleanup(), agp_destroy_page() is passed virtual address of the scratch page. This leads to a kernel warning if the initialization fails (or upon regular cleanup) as pointer to struct page should be passed instead.
Signed-off-by: Michal Kubecek <mkubecek@suse.cz> Signed-off-by: Dave Airlie <airlied@redhat.com>
|