drm/pcigart: fix warning
parent
eac0933be7
commit
76c8e19a29
|
@ -126,7 +126,7 @@ int drm_ati_pcigart_init(struct drm_device *dev, struct drm_ati_pcigart_info *ga
|
||||||
struct drm_sg_mem *entry = dev->sg;
|
struct drm_sg_mem *entry = dev->sg;
|
||||||
void *address = NULL;
|
void *address = NULL;
|
||||||
unsigned long pages;
|
unsigned long pages;
|
||||||
u32 *pci_gart, page_base;
|
u32 *pci_gart;
|
||||||
dma_addr_t bus_address = 0;
|
dma_addr_t bus_address = 0;
|
||||||
int i, j, ret = 0;
|
int i, j, ret = 0;
|
||||||
int max_pages;
|
int max_pages;
|
||||||
|
|
Loading…
Reference in New Issue