Re: [PATCH v2 3/4] m5mols: remove union in the m5mols_get_version(), and VERSION_SIZE

2011-06-06 Thread Kim HeungJun
2011. 6. 5., 오후 9:11, Sakari Ailus 작성: On Sun, Jun 05, 2011 at 03:03:47PM +0300, Sakari Ailus wrote: [clip] - /* store version information swapped for being readable */ - info-ver = version.ver; info-ver.fw= be16_to_cpu(info-ver.fw); info-ver.hw=

Re: [PATCH v2 3/4] m5mols: remove union in the m5mols_get_version(), and VERSION_SIZE

2011-06-05 Thread Sakari Ailus
Hi HeungJun, Thanks for the patch. On Tue, May 31, 2011 at 04:36:01PM +0900, HeungJun, Kim wrote: Remove union version in the m5mols_get_version(), and read version information directly. Also remove VERSION_SIZE. Signed-off-by: HeungJun, Kim riverful@samsung.com Signed-off-by: Kyungmin

Re: [PATCH v2 3/4] m5mols: remove union in the m5mols_get_version(), and VERSION_SIZE

2011-06-05 Thread Sakari Ailus
On Sun, Jun 05, 2011 at 03:03:47PM +0300, Sakari Ailus wrote: [clip] - /* store version information swapped for being readable */ - info-ver = version.ver; info-ver.fw= be16_to_cpu(info-ver.fw); info-ver.hw= be16_to_cpu(info-ver.hw); info-ver.param =

[PATCH v2 3/4] m5mols: remove union in the m5mols_get_version(), and VERSION_SIZE

2011-05-31 Thread HeungJun, Kim
Remove union version in the m5mols_get_version(), and read version information directly. Also remove VERSION_SIZE. Signed-off-by: HeungJun, Kim riverful@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/video/m5mols/m5mols.h |1 -