Re: [Mesa-dev] [PATCH 2/2] main: get rid of needless conditional

2015-12-16 Thread Timothy Arceri
On Wed, 2015-12-16 at 17:09 +0100, Erik Faye-Lund wrote: > We already check if the driver changed the completeness, we don't > need to duplicate that check. Let's just early out there instead. > > Signed-off-by: Erik Faye-Lund > Reviewed-by: Timothy Arceri

[Mesa-dev] [PATCH 2/2] main: get rid of needless conditional

2015-12-16 Thread Erik Faye-Lund
We already check if the driver changed the completeness, we don't need to duplicate that check. Let's just early out there instead. Signed-off-by: Erik Faye-Lund --- src/mesa/main/fbobject.c | 25 - 1 file changed, 12 insertions(+), 13 deletions(-)