On Fri, Feb 27, 2015 at 01:04:53PM +0100, Jan Lübbe wrote: > On Do, 2015-02-26 at 19:05 +0100, Sascha Hauer wrote: > > +int data_abort_unmask(void) > > +{ > > + arm_ignore_data_abort = 0; > > + > > + return arm_data_abort_occured; > > +} > > arm_data_abort_occured is set to &arm_data_abort_occured when an abort > occurs. Should we return arm_data_abort_occured != 0? Yes, sounds good. Changed that. > > Also occured is actually spelled occurred. Fixed, thanks Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox