linux/drivers/char/agp
Michal Kubecek 590dfe2f3b 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>
2012-01-26 18:36:48 +00:00
..
Kconfig
Makefile
agp.h
ali-agp.c
alpha-agp.c
amd-k7-agp.c
amd64-agp.c module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
ati-agp.c
backend.c agp: fix scratch page cleanup 2012-01-26 18:36:48 +00:00
compat_ioctl.c
compat_ioctl.h
efficeon-agp.c
frontend.c
generic.c agp: Fix multi-line warning message whitespace 2012-01-06 09:32:02 +00:00
hp-agp.c
i460-agp.c
intel-agp.c
intel-agp.h
intel-gtt.c agp: iommu_gfx_mapped only available if CONFIG_INTEL_IOMMU is set 2011-11-08 10:50:27 +00:00
isoch.c
nvidia-agp.c
parisc-agp.c
sgi-agp.c
sis-agp.c module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
sworks-agp.c
uninorth-agp.c
via-agp.c