On Mon, May 19, 2014 at 04:32:09PM +0800, Xiubo Li wrote:
Since we cannot make sure the 'reg_size' will always be none zero here,
and then if 'reg_size' equals to zero, the kzalloc() will return ZERO_SIZE_PTR,
which equals to ((void *)16).
Applied, thanks.