staging: sbe-2t3e3: use -ve error return codes in dc_init_descriptor_list
authorDevendra Naga <devendra.aaru@gmail.com>
Wed, 19 Sep 2012 09:16:08 +0000 (05:16 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Sep 2012 15:57:56 +0000 (08:57 -0700)
commita00979cccb9cc9727b8357f8fdf1c1924c9b73ef
treecc6c848ae195b599b9bc3489599792aa76f0c38f
parentbae95b09076abeecd193a8efbc34c00f4309d3f6
staging: sbe-2t3e3: use -ve error return codes in dc_init_descriptor_list

the dc_init_descriptor_list actually returns a +ve error return codes,
which is abnormal as other functions in kernel return -ve error codes on
failure. so replace the return codes of this function with -ve values
to make the consistency with the other functions in kernel.

Also make the dc_init_descriptor_list static as its never called
anywhere except in this file and move the function prototype from the
headerfile into the c file as its referred only in this c file.

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sbe-2t3e3/2t3e3.h
drivers/staging/sbe-2t3e3/dc.c