Priit Trees cfae21201a mmc-fdt: fix mmc_fdt_gpio_get_{present,readonly}
Currently, mmc_fdt_gpio_get_{present,readonly} return all time true.
	true   ^ 100b = true
	false  ^ 100b = true
since that's done after promotion to integers. Use !! to convert
the bit to a bool before xor.

Reviewed by:	imp@ (converted to (bool) to !! for portability)
Pull Request:	https://github.com/freebsd/freebsd-src/pull/461
2021-06-02 21:58:30 -06:00
..
2021-05-25 09:56:56 -06:00
2021-05-25 16:59:19 -07:00
2021-05-05 15:26:09 -06:00
2021-04-07 14:33:02 -04:00
2021-03-17 06:16:31 +11:00
2021-03-17 06:16:31 +11:00
2021-05-15 20:47:29 +00:00
2021-05-17 11:41:21 +02:00