On Mon, 2010-08-02 at 15:14 +0200, ext archit taneja wrote: > From: Archit Taneja <archit@xxxxxx> > > The function overlay_manager_store currently fails if the sysfs input is a > prefix string of an existing overlay manager name. This occurs because strncmp > compares the two strings only till the length of the input sysfs string. So a > sysfs input "lcd" will match manager name "lcd2" which is incorrect behavior. > > The use of sysfs_streq here will prevent this false positive match to occur. > > Signed-off-by: Archit Taneja <archit@xxxxxx> Looks good, thanks! Tomi -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html