All of lore.kernel.org
 help / color / mirror / Atom feed
From: Frank Binns <frank.binns@imgtec.com>
To: Eric Engestrom <eric.engestrom@imgtec.com>
Cc: Emil Velikov <emil.l.velikov@gmail.com>, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH libdrm] xf86drmMode: merge successive mutually-exclusive #ifs
Date: Thu, 22 Mar 2018 17:22:41 +0000	[thread overview]
Message-ID: <87605ot47y.fsf@imgtec.com> (raw)
In-Reply-To: <20180322171145.17742-1-eric.engestrom@imgtec.com>

Reviewed-by: Frank Binns <frank.binns@imgtec.com>

Eric Engestrom <eric.engestrom@imgtec.com> writes:

> Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
> ---
>  xf86drmMode.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/xf86drmMode.c b/xf86drmMode.c
> index e010547602c6f38ba5a0..6111f477ba0ee25c1f05 100644
> --- a/xf86drmMode.c
> +++ b/xf86drmMode.c
> @@ -829,8 +829,7 @@ int drmCheckModesettingSupported(const char *busid)
>  	}
>  #elif defined(__DragonFly__)
>  	return 0;
> -#endif
> -#ifdef __OpenBSD__
> +#elif defined(__OpenBSD__)
>  	int	fd;
>  	struct drm_mode_card_res res;
>  	drmModeResPtr r = 0;

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2018-03-22 17:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-22 17:11 [PATCH libdrm] xf86drmMode: merge successive mutually-exclusive #ifs Eric Engestrom
2018-03-22 17:18 ` Frank Binns
2018-03-22 17:22 ` Frank Binns [this message]
2018-03-22 18:03 ` Emil Velikov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87605ot47y.fsf@imgtec.com \
    --to=frank.binns@imgtec.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=emil.l.velikov@gmail.com \
    --cc=eric.engestrom@imgtec.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.