* Kenneth Lee <klee33 at uw.edu> [220809 10:14]: > Use kzalloc(...) rather than kcalloc(1, ...) because the number of > elements we are specifying in this case is 1, so kzalloc would > accomplish the same thing and we can simplify. Thanks applying into omap-for-v6.4/cleanup. Tony