On 10/18/2012 8:32 AM, Namhyung Kim wrote: > When allocation fails, just skip the device and proceed if possible. > This is also for consistency with others. hmm... if we're that low on memory something is so seriously wrong, exiting is the right answer really. I'm getting strong advice from other userspace coders that checking allocations like this is actually pointless... based on that, I'd say we need to go for better code readability, not more complexity for no actual gain.