summaryrefslogtreecommitdiff
path: root/link.c
diff options
context:
space:
mode:
Diffstat (limited to 'link.c')
0 files changed, 0 insertions, 0 deletions
fedbffef2e252f2caff4f9dd9a59ff&id2=b09f0cd53f83f937a4e8b58298dbba981b72428b'>diff)
staging: dgnc: kfree for board structure in dgnc_found_board()
The board structure should be freed when any function was failed in dgnc_found_board(). And the board strucure will be stored into dgnc_board array when the dgnc_found_board() function has no error. Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat
-rw-r--r--drivers/staging/dgnc/dgnc_driver.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/drivers/staging/dgnc/dgnc_driver.c b/drivers/staging/dgnc/dgnc_driver.c