mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* radeon/radeon_bios.c: clean up coding style differences in radeon_get_bios()
@ 2014-09-17 15:22 Wilfried Klaebe
  0 siblings, 0 replies; only message in thread
From: Wilfried Klaebe @ 2014-09-17 15:22 UTC (permalink / raw)
  To: open list:RADEON DRM DRIVERS
  Cc: Alex Deucher, Christian König, David Airlie, LKML

radeon/radeon_bios.c: clean up coding style differences in radeon_get_bios()

Signed-off-by: Wilfried Klaebe <w-lkml@lebenslange-mailadresse.de>

diff --git a/drivers/gpu/drm/radeon/radeon_bios.c b/drivers/gpu/drm/radeon/radeon_bios.c
index 6a03624..63ccb8f 100644
--- a/drivers/gpu/drm/radeon/radeon_bios.c
+++ b/drivers/gpu/drm/radeon/radeon_bios.c
@@ -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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-17 15:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-17 15:22 radeon/radeon_bios.c: clean up coding style differences in radeon_get_bios() Wilfried Klaebe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®