The patch titled Subject: firmware-support-loading-into-a-pre-allocated-buffer-fix has been removed from the -mm tree. Its filename was firmware-support-loading-into-a-pre-allocated-buffer-fix.patch This patch was dropped because it was folded into firmware-support-loading-into-a-pre-allocated-buffer.patch ------------------------------------------------------ From: Stephen Boyd <stephen.boyd@xxxxxxxxxx> Subject: firmware-support-loading-into-a-pre-allocated-buffer-fix Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/firmware.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/firmware.h~firmware-support-loading-into-a-pre-allocated-buffer-fix include/linux/firmware.h --- a/include/linux/firmware.h~firmware-support-loading-into-a-pre-allocated-buffer-fix +++ a/include/linux/firmware.h @@ -78,7 +78,7 @@ static inline int request_firmware_direc } static inline int request_firmware_into_buf(const struct firmware **firmware_p, - const char *name, struct device *device, void *buf, size_t size); + const char *name, struct device *device, void *buf, size_t size) { return -EINVAL; } _ Patches currently in -mm which might be from stephen.boyd@xxxxxxxxxx are firmware-consolidate-kmap-read-write-logic.patch firmware-support-loading-into-a-pre-allocated-buffer.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html