
20 Jul
2012
20 Jul
'12
6:23 a.m.
On Wednesday 04 July 2012 10:39:20 Marek Vasut wrote:
Putting there the __func__ name would improve structure and speed up finding right place.
And if you want to use even __LINE__, look up __stringify patch in the ML archives ;-)
ugh, no, let's not use __LINE__ anywhere other than debug(). it has no business in code we ship as it is pointless bloated noise. -mike