From: Dinesh Maniyam <[email protected]> Remove the dead schedule() code.
Signed-off-by: Teik Heng Chong <[email protected]> Signed-off-by: Dinesh Maniyam <[email protected]> --- drivers/fpga/socfpga_arria10.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/fpga/socfpga_arria10.c b/drivers/fpga/socfpga_arria10.c index e9822b2bb0e..b85cc3e076d 100644 --- a/drivers/fpga/socfpga_arria10.c +++ b/drivers/fpga/socfpga_arria10.c @@ -532,8 +532,6 @@ static void get_rbf_image_info(struct rbf_info *rbf, u16 *buffer) rbf->section = unknown; break; - - schedule(); } } -- 2.43.7

