> Date: Thu, 17 Aug 2017 13:03:58 +0300
> From: Artturi Alm <artturi....@gmail.com>
> 
> Hi,
> 
> 
> trying to clean/minimalize another diff adding things, and this is rather
> irrelevant to it, so, even if harmless, i'd like to see +| there.
> 
> thanks, in advance:)
> -Artturi

Fixed.  Thanks!

> diff --git a/sys/dev/fdt/dwmmc.c b/sys/dev/fdt/dwmmc.c
> index e24e6dd1685..1f1d484afc4 100644
> --- a/sys/dev/fdt/dwmmc.c
> +++ b/sys/dev/fdt/dwmmc.c
> @@ -189,7 +189,7 @@ dwmmc_match(struct device *parent, void *match, void *aux)
>  {
>       struct fdt_attach_args *faa = aux;
>  
> -     return (OF_is_compatible(faa->fa_node, "rockchip,rk3288-dw-mshc") |
> +     return (OF_is_compatible(faa->fa_node, "rockchip,rk3288-dw-mshc") ||
>           OF_is_compatible(faa->fa_node, "samsung,exynos5420-dw-mshc"));
>  }
>  
> 
> 

Reply via email to