Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9cb57fe authored by Wilfried Klaebe's avatar Wilfried Klaebe Committed by Alex Deucher
Browse files

radeon: clean up coding style differences in radeon_get_bios()

parent e5a5fd4d
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -658,12 +658,10 @@ bool radeon_get_bios(struct radeon_device *rdev)
		r = igp_read_bios_from_vram(rdev);
	if (r == false)
		r = radeon_read_bios(rdev);
	if (r == false) {
	if (r == false)
		r = radeon_read_disabled_bios(rdev);
	}
	if (r == false) {
	if (r == false)
		r = radeon_read_platform_bios(rdev);
	}
	if (r == false || rdev->bios == NULL) {
		DRM_ERROR("Unable to locate a BIOS ROM\n");
		rdev->bios = NULL;