On 8/3/21 6:01 AM, Uwe Kleine-König wrote: > pcifront_common_process() has a check at the start that exits early if > pcidev or pdidev->driver are NULL. So simplify the following code by not > checking these two again. > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> > --- > drivers/pci/xen-pcifront.c | 57 +++++++++++++++++--------------------- > 1 file changed, 25 insertions(+), 32 deletions(-) Reviewed-by: Boris Ostrovsky <boris.ostrovsky@xxxxxxxxxx>