···11+* remove kzalloc casts22+* checkpatch fixes33+* sparse fixes44+* fix use of sizeof(). Example replace sizeof(struct board_t) 55+ with sizeof(*brd) and remove sizeof(char)66+* change name of board_t to dgnc_board77+* split two assignments into the two assignments on two lines;88+ don't use two equals signs99+* remove unecessary comments1010+* remove unecessary error messages. Example kzalloc() has its 1111+ own error message. Adding an extra one is useless.1212+* use goto statements for error handling when appropriate1313+* there is a lot of unecessary code in the driver. It was 1414+ originally a standalone driver. Remove uneeded code.1515+1616+Please send patches to Greg Kroah-Hartman <greg@kroah.com> and 1717+Cc: Lidza Louina <lidza.louina@gmail.com>