On Tue, Apr 11, 2017 at 08:39:34AM +0200, Sascha Hauer wrote: > toupper() does the right thing, no need to test for islower() > beforehand, so > > islower(*cp) ? toupper(*cp) : *cp > > can be simplified to: > > toupper(*cp) > > Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> Acked-by: Sam Ravnborg <sam@xxxxxxxxxxxx> _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox