strip down fpga_test prg to the bare minimum of BaS dependencies
This commit is contained in:
@@ -211,7 +211,7 @@ long offscreen_free(struct fb_info *info, void *addr)
|
||||
mpb = &pmd;
|
||||
for (p = *(q = &mpb->mp_mal); p; p = *(q = &p->m_link))
|
||||
{
|
||||
if(addr == p->m_start)
|
||||
if (addr == (void *) p->m_start)
|
||||
break;
|
||||
}
|
||||
if(!p)
|
||||
|
||||
Reference in New Issue
Block a user