Re: [RFC PATCH 36/57] drivers: mei: Use class_find_device_by_devt match helper

2019-06-04 Thread Suzuki K Poulose
; Arnd Bergmann Subject: [RFC PATCH 36/57] drivers: mei: Use class_find_device_by_devt match helper Switch to the generic helper class_find_device_by_devt. Looks okay, but you could add me at least to cover later mail, there is very little context. You were on the Cc list. I am not sure

RE: [RFC PATCH 36/57] drivers: mei: Use class_find_device_by_devt match helper

2019-06-03 Thread Winkler, Tomas
; Subject: [RFC PATCH 36/57] drivers: mei: Use class_find_device_by_devt match > helper > > Switch to the generic helper class_find_device_by_devt. Looks okay, but you could add me at least to cover later mail, there is very little context. Thanks Tomas > > Cc: Tomas Winkler

[RFC PATCH 36/57] drivers: mei: Use class_find_device_by_devt match helper

2019-06-03 Thread Suzuki K Poulose
Switch to the generic helper class_find_device_by_devt. Cc: Tomas Winkler Cc: Arnd Bergmann Cc: Greg Kroah-Hartman Signed-off-by: Suzuki K Poulose --- drivers/misc/mei/main.c | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/drivers/misc/mei/main.c