mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 11:30:54 +07:00
video: udlfb: Delete an unnecessary return statement in two functions
The script "checkpatch.pl" pointed information out like the following. WARNING: void function return statements are not generally useful Thus remove such a statement in the affected functions. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Cc: Bernie Thompson <bernie@plugable.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
This commit is contained in:
parent
74fb251963
commit
11ab5a640c
@ -505,8 +505,6 @@ static void dlfb_compress_hline(
|
||||
*command_buffer_ptr = cmd;
|
||||
*pixel_start_ptr = pixel;
|
||||
*device_address_ptr = dev_addr;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
@ -1777,8 +1775,6 @@ static void dlfb_usb_disconnect(struct usb_interface *interface)
|
||||
kref_put(&dev->kref, dlfb_free);
|
||||
|
||||
/* consider dlfb_data freed */
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
static struct usb_driver dlfb_driver = {
|
||||
|
Loading…
Reference in New Issue
Block a user