Loading drivers/soc/qcom/rpm-smd.c +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ static struct glink_apps_rpm_data *glink_data; #define DEFAULT_BUFFER_SIZE 256 #define DEBUG_PRINT_BUFFER_SIZE 512 #define MAX_SLEEP_BUFFER 128 #define GFP_FLAG(noirq) (noirq ? GFP_ATOMIC : GFP_NOFS) #define GFP_FLAG(noirq) (noirq ? GFP_ATOMIC : GFP_NOIO) #define INV_RSC "resource does not exist" #define ERR "err\0" #define MAX_ERR_BUFFER_SIZE 128 Loading Loading
drivers/soc/qcom/rpm-smd.c +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ static struct glink_apps_rpm_data *glink_data; #define DEFAULT_BUFFER_SIZE 256 #define DEBUG_PRINT_BUFFER_SIZE 512 #define MAX_SLEEP_BUFFER 128 #define GFP_FLAG(noirq) (noirq ? GFP_ATOMIC : GFP_NOFS) #define GFP_FLAG(noirq) (noirq ? GFP_ATOMIC : GFP_NOIO) #define INV_RSC "resource does not exist" #define ERR "err\0" #define MAX_ERR_BUFFER_SIZE 128 Loading