SELECT driver_id, COUNT(driver_id) AS `times` FROM tbl_bus_round WHERE bus_line_id = 2 GROUP BY driver_id ORDER BY times DESC LIMIT 1