From: Michel D?nzer
Restructure the code to jump out via labels instead of directly returning
early. Also make error reporting consistent across all hardware generations.
Signed-off-by: Michel D?nzer
Reviewed-by: Simon Kitching
Reviewed-by: Christian K?nig
---
drivers/gpu/drm/radeon/r100.c |
On Thu, Sep 20, 2012 at 4:31 AM, Michel D?nzer wrote:
> From: Michel D?nzer
>
> Restructure the code to jump out via labels instead of directly returning
> early. Also make error reporting consistent across all hardware generations.
>
> Signed-off-by: Michel D?nzer
> Reviewed-by: Simon Kitching
On Thu, Sep 20, 2012 at 4:31 AM, Michel Dänzer wrote:
> From: Michel Dänzer
>
> Restructure the code to jump out via labels instead of directly returning
> early. Also make error reporting consistent across all hardware generations.
>
> Signed-off-by: Michel Dänzer
> Reviewed-by: Simon Kitching
From: Michel Dänzer
Restructure the code to jump out via labels instead of directly returning
early. Also make error reporting consistent across all hardware generations.
Signed-off-by: Michel Dänzer
Reviewed-by: Simon Kitching
Reviewed-by: Christian König
---
drivers/gpu/drm/radeon/r100.c |
Restructure the code to jump out via labels instead of directly returning
early.
---
drivers/gpu/drm/radeon/r100.c | 12 ++--
drivers/gpu/drm/radeon/r600.c | 12 ++--
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/drivers/gpu/drm/radeon/r100.c b/drivers/gpu/dr