Merge tag 'dlm-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
[linux-2.6-microblaze.git] / drivers / tty / serial / sh-sci.c
index e08b16b..784dd42 100644 (file)
@@ -3073,8 +3073,7 @@ static struct plat_sci_port *sci_parse_dt(struct platform_device *pdev,
        p->type = SCI_OF_TYPE(match->data);
        p->regtype = SCI_OF_REGTYPE(match->data);
 
-       if (of_find_property(np, "uart-has-rtscts", NULL))
-               sp->has_rtscts = true;
+       sp->has_rtscts = of_property_read_bool(np, "uart-has-rtscts");
 
        return p;
 }