Re: [PATCH v1 02/12] input: matrix-keymap: func call coding style nit
From: Marek Vasut <marex@denx.de>
Date: 2013-06-22 13:23:15
Also in:
linux-arm-kernel, linux-devicetree
From: Marek Vasut <marex@denx.de>
Date: 2013-06-22 13:23:15
Also in:
linux-arm-kernel, linux-devicetree
Dear Gerhard Sittig,
On Sat, Jun 22, 2013 at 04:18 +0200, Marek Vasut wrote:quoted
ret = matrix_keypad_map_key(input_dev, rows, cols, row_shift, key); if (ret) return ret; Now that you return correct error codes from above, you should propagate them through.Will do, queued for v2. Thank you for reviewing this.
Wait a little bit for some more feedback, esp. from the marvell guys ;-) Best regards, Marek Vasut