mirror of
https://review.haiku-os.org/haiku
synced 2025-02-21 04:58:56 +01:00
radeon: fix copy/paste typo.
Change-Id: I669c73a990b0fff84cf5d37b5a4cc57ad97905ff Reviewed-on: https://review.haiku-os.org/514 Reviewed-by: Alexander von Gluck IV <kallisti5@unixzen.com>
This commit is contained in:
parent
a3a41a5b14
commit
9928fbf629
@ -81,7 +81,7 @@ static status_t init_common( int the_fd, bool accelerant_is_clone )
|
||||
if( ai->si->memory[mt_AGP].area > 0 ) {
|
||||
ai->mapped_memory[mt_AGP].area = clone_area( "Radeon AGP GART area",
|
||||
(void **)&ai->mapped_memory[mt_AGP].data, B_ANY_ADDRESS,
|
||||
B_READ_AREA | B_WRITE_AREA, ai->si->memory[mt_PCI].area );
|
||||
B_READ_AREA | B_WRITE_AREA, ai->si->memory[mt_AGP].area );
|
||||
if( ai->mapped_memory[mt_AGP].area < 0 ) {
|
||||
result = ai->mapped_memory[mt_AGP].area;
|
||||
goto err5;
|
||||
|
Loading…
x
Reference in New Issue
Block a user