Tarun Kanti DebBarma <[email protected]> writes: > From: Charulatha V <[email protected]> > > Use memset to fill omap_gpio_reg_offs structure with 0xFFFF > instead of filling each and every undefined register offset > separately with USHRT_MAX in a given OMAP SoC. This would ease > while adding new register offsets in the future SoCs. > > Signed-off-by: Charulatha V <[email protected]> > Signed-off-by: Tarun Kanti DebBarma <[email protected]>
This can be dropped in favor of using zero to indicate a non-existant register offset. Only the revision register needs a special case of using USHRT_MAX since zero can be a valid offset for the revision register. Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
